admins
Procs | |
ccbdb_lookup_callback | CCBDB Lookup Callback |
---|---|
check_teams | Opens a window which lists the teams for the round. |
create_ccbdb_lookup | CCBDB Lookup Initiator |
list_teams | Returns HTML content for the "check teams" window. |
modify_traits | Allow admin to add or remove traits of datum |
restart | admins2.dm merge |
show_player_panel | Panels |
station_traits_panel | Opens the station traits admin panel |
Proc Details
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
list_teams
Returns HTML content for the "check teams" window.
modify_traits
Allow admin to add or remove traits of datum
restart
admins2.dm merge
show_player_panel
Panels
station_traits_panel
Opens the station traits admin panel