byond - Modules - TypesProc Details

/mob/unauthenticated

Procs

check_logged_inPolls the database to see if our access code has been validated
create_access_code_entityCreates our authentication request, stores the code in the database and on us
display_unauthenticated_menuDisplays the usual lobby menu and moves the splitter all the way over, for the full screen effect
generate_access_codeCreates a base 62 access code
log_inSwitches the clients ckey, and continues the logging in
notify_unauthenticated_menuInforms the menu that we successfully logged in with a code, stores this for usage for the next few hours

Proc Details

check_logged_in

Polls the database to see if our access code has been validated

create_access_code_entity

Creates our authentication request, stores the code in the database and on us

display_unauthenticated_menu

Displays the usual lobby menu and moves the splitter all the way over, for the full screen effect

generate_access_code

Creates a base 62 access code

log_in

Switches the clients ckey, and continues the logging in

notify_unauthenticated_menu

Informs the menu that we successfully logged in with a code, stores this for usage for the next few hours