/datum/admins
Vars | |
invisimined | Whether this admin is invisiminning |
---|---|
Procs | |
accept_ert | new ban stuff new ban stuff |
accept_handheld_ert | Handles calling the ERT sent by handheld distress beacons |
add_tagged_datum | Inserts the target_datum into [/datum/admins/var/tagged_datums], for later reference. |
display_tags | Display all of the tagged datums |
get_tgui_say_extra_channels | gets any additional channels for tgui-say (admin & mentor) |
handle_tagged_del | Get ahead of the curve with deleting |
modify_traits | Allow admin to add or remove traits of datum |
remove_tagged_datum | Attempts to remove the specified datum from [/datum/admins/var/tagged_datums] if it exists |
spawn_atom | ADMIN HELPER PROCS |
toggleaban | admins2.dm merge |
view_attack_log | Shows this round's attack log |
view_game_log | Shows this round's server log |
view_href_log | Shows this round's href log |
view_runtime_log | Shows this round's runtime log |
view_tgui_log | Shows this round's tgui log |
Var Details
invisimined
Whether this admin is invisiminning
Proc Details
accept_ert
new ban stuff new ban stuff
accept_handheld_ert
Handles calling the ERT sent by handheld distress beacons
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
display_tags
Display all of the tagged datums
get_tgui_say_extra_channels
gets any additional channels for tgui-say (admin & mentor)
handle_tagged_del
Get ahead of the curve with deleting
modify_traits
Allow admin to add or remove traits of datum
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
spawn_atom
ADMIN HELPER PROCS
toggleaban
admins2.dm merge
view_attack_log
Shows this round's attack log
view_game_log
Shows this round's server log
view_href_log
Shows this round's href log
view_runtime_log
Shows this round's runtime log
view_tgui_log
Shows this round's tgui log