/datum/admins
Vars | |
invisimined | Whether this admin is invisiminning |
---|---|
Procs | |
accept_ert | new ban stuff new ban stuff |
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_roles | gets the role dependant data for tgui-say |
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 |
Var Details
invisimined
Whether this admin is invisiminning
Proc Details
accept_ert
new ban stuff new ban stuff
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_roles
gets the role dependant data for tgui-say
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