Space Station 13 - Modules - TypesVar Details - Proc Details

admins

Vars

href_tokenUnique-to-session randomly generated token given to each admin to help add detail to logs on admin interactions with hrefs
is_localhost_autoadminWas this auto-created for someone connecting from localhost?
marked_datumOur currently linked marked datum
restricted_by_2faTracks if their permissions have been reduced due to a lack of 2fa.
rightsBitflag containing the current rights this admin holder is assigned to
team_switch_tab_indexOur index into GLOB.antagonist_teams, so that admins can have pretty tabs in the Check Teams menu.

Procs

ccbdb_lookup_callbackCCBDB Lookup Callback
check_teamsOpens a window which lists the teams for the round.
create_ccbdb_lookupCCBDB Lookup Initiator
list_teamsReturns HTML content for the "check teams" window.
modify_traitsAllow admin to add or remove traits of datum

Var Details

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

restricted_by_2fa

Tracks if their permissions have been reduced due to a lack of 2fa.

rights

Bitflag containing the current rights this admin holder is assigned to

team_switch_tab_index

Our index into GLOB.antagonist_teams, so that admins can have pretty tabs in the Check Teams menu.

Proc Details

ccbdb_lookup_callback

CCBDB Lookup Callback

Callback assigned in /datum/admins/proc/create_ccbdb_lookup for async operations without a sleep()

Arguments:

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:

list_teams

Returns HTML content for the "check teams" window.

modify_traits

Allow admin to add or remove traits of datum