admins ![code/modules/admin/holder2.dm 9](git.png)
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() |
manage_player_rank_in_group | Handles managing player ranks based on the name of the group that was chosen. |
manage_player_ranks | Proc for admins to change people's "player" ranks (mentor, etc.) |
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 ![code/modules/admin/holder2.dm 36](git.png)
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()
manage_player_rank_in_group
Handles managing player ranks based on the name of the group that was chosen.
Arguments:
- group - The title of the player rank that was chosen to be managed.
manage_player_ranks
Proc for admins to change people's "player" ranks (mentor, etc.)
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