admins

Vars | |
deadmined | Whether this admin is currently deadminned or not |
---|---|
filteriffic | Reference to filteriffic tgui holder datum |
ghost_interact | Whether this admin has ghost interaction enabled |
invisimined | Whether this admin is invisiminning |
particle_test | Reference to particle editor tgui holder datum |
tagged_datums | A lazylist of tagged datums, for quick reference with the View Tags verb |
Procs | |
add_tagged_datum | Inserts the target_datum into /datum/admins/var/tagged_datums, for later reference. |
create_ifriend | Handles actually spawning in the friend, if the rest of the checks pass |
handle_tagged_del | Get ahead of the curve with deleting |
poll_list_panel | Shows a list of all current and future polls and buttons to edit or delete them or create a new poll. |
poll_management_panel | Show the options for creating a poll or editing its parameters along with its linked options. |
poll_option_panel | Show the options for creating a poll option or editing its parameters. |
poll_option_parse_href | Processes topic data from poll option panel. |
poll_parse_href | Processes topic data from poll management panel. |
remove_tagged_datum | Attempts to remove the specified datum from /datum/admins/var/tagged_datums if it exists |
Var Details
deadmined

Whether this admin is currently deadminned or not
filteriffic

Reference to filteriffic tgui holder datum
ghost_interact

Whether this admin has ghost interaction enabled
invisimined

Whether this admin is invisiminning
particle_test

Reference to particle editor tgui holder datum
tagged_datums

A lazylist of tagged datums, for quick reference with the View Tags verb
Proc Details
add_tagged_datum
Inserts the target_datum into /datum/admins/var/tagged_datums, for later reference.
Arguments:
- target_datum - The datum you want to create a tag for
create_ifriend
Handles actually spawning in the friend, if the rest of the checks pass
handle_tagged_del
Get ahead of the curve with deleting
poll_list_panel
Shows a list of all current and future polls and buttons to edit or delete them or create a new poll.
poll_management_panel
Show the options for creating a poll or editing its parameters along with its linked options.
poll_option_panel
Show the options for creating a poll option or editing its parameters.
poll_option_parse_href
Processes topic data from poll option panel.
Reads through returned form data and assigns data to the option datum, creating a new one if required, before passing it to be saved. Also does some simple error checking to ensure the option will be valid before creation.
poll_parse_href
Processes topic data from poll management panel.
Reads through returned form data and assigns data to the poll datum, creating a new one if required, before passing it to be saved. Also does some simple error checking to ensure the poll will be valid before creation.
remove_tagged_datum
Attempts to remove the specified datum from /datum/admins/var/tagged_datums if it exists
Arguments:
- target_datum - The datum you want to remove from the tagged_datums list
- silent - If TRUE, won't print messages to the owner's chat