byond - Modules - TypesVar Details - Proc Details

admins

Vars

deadminedWhether this admin is currently deadminned or not
filterifficReference to filteriffic tgui holder datum
ghost_interactWhether this admin has ghost interaction enabled
invisiminedWhether this admin is invisiminning
particle_testReference to particle editor tgui holder datum
tagged_datumsA lazylist of tagged datums, for quick reference with the View Tags verb

Procs

add_tagged_datumInserts the target_datum into /datum/admins/var/tagged_datums, for later reference.
create_ifriendHandles actually spawning in the friend, if the rest of the checks pass
handle_tagged_delGet ahead of the curve with deleting
poll_list_panelShows a list of all current and future polls and buttons to edit or delete them or create a new poll.
poll_management_panelShow the options for creating a poll or editing its parameters along with its linked options.
poll_option_panelShow the options for creating a poll option or editing its parameters.
poll_option_parse_hrefProcesses topic data from poll option panel.
poll_parse_hrefProcesses topic data from poll management panel.
remove_tagged_datumAttempts 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:

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: