admins 
Vars | |
| current_tab | Tabs of secrets |
|---|---|
| href_token | Unique-to-session randomly generated token given to each admin to help add detail to logs on admin interactions with hrefs |
| is_localhost_autoadmin | Was this auto-created for someone connecting from localhost? |
| marked_datum | Our currently linked marked datum |
| rights | Bitflag containing the current rights this admin holder is assigned to |
| 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. |
| ccbdb_lookup_callback | CCBDB Lookup Callback |
| check_teams | Opens a window which lists the teams for the round. |
| create_ccbdb_lookup | CCBDB Lookup Initiator |
| handle_tagged_del | Get ahead of the curve with deleting |
| list_teams | Returns HTML content for the "check teams" window. |
| modify_traits | Allow admin to add or remove traits of datum |
| poll_results_panel | Shows the results for a poll |
| remove_tagged_datum | Attempts to remove the specified datum from /datum/admins/var/tagged_datums if it exists |
Var Details
current_tab 
Tabs of secrets
href_token 
Unique-to-session randomly generated token given to each admin to help add detail to logs on admin interactions with hrefs
is_localhost_autoadmin 
Was this auto-created for someone connecting from localhost?
marked_datum 
Our currently linked marked datum
rights 
Bitflag containing the current rights this admin holder is assigned to
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
ccbdb_lookup_callback
CCBDB Lookup Callback
Callback assigned in /datum/admins/proc/create_ccbdb_lookup for async operations without a sleep()
Arguments:
- user - Mob calling the lookup so the UI can be opened
- ckey - Ckey being looked up
- response - /datum/http_response passed through from [SShttp]
check_teams
Opens a window which lists the teams for the round.
create_ccbdb_lookup
CCBDB Lookup Initiator
Checks the configuration before invoking the request to the CCBDB server.
Arguments:
- ckey - ckey to be looked up
handle_tagged_del
Get ahead of the curve with deleting
list_teams
Returns HTML content for the "check teams" window.
modify_traits
Allow admin to add or remove traits of datum
poll_results_panel
Shows the results for a poll
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