admins
Vars | |
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. |
clear_tags | Clears tagged datums |
display_tags | Display all of the tagged datums |
forceEvent | Opens up the Force Event Panel |
handle_tagged_del | Get ahead of the curve with deleting |
makeAliens | datum/admins/proc/makeAbductorTeam() |
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 |
restart | admins2.dm merge |
show_player_panel | Panels |
spawn_atom | ADMIN HELPER PROCS |
station_traits_panel | Opens the station traits admin panel |
Var Details
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
clear_tags
Clears tagged datums
display_tags
Display all of the tagged datums
forceEvent
Opens up the Force Event Panel
handle_tagged_del
Get ahead of the curve with deleting
makeAliens
datum/admins/proc/makeAbductorTeam()
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
restart
admins2.dm merge
show_player_panel
Panels
spawn_atom
ADMIN HELPER PROCS
station_traits_panel
Opens the station traits admin panel