SPLURT Station 13 - Modules - TypesVar Details - Proc Details

new_player

Vars

age_gate_resultIs there a result we want to read from the age gate
ineligible_for_rolesUsed to make sure someone doesn't get spammed with messages if they're ineligible for roles
new_characterFor instant transfer once the round is set up
reset_hud_cooldownCooldown for the Reset Lobby Menu HUD verb
spawningReferenced when you want to delete the new_player later on in the code.

Procs

reset_menu_hudResets the Lobby Menu HUD, recreating and reassigning it to the new player
respawn_latejoin_checkChecks if we can latejoin on the currently selected slot, taking into account respawn status.
vote_on_irv_pollProcesses vote form data and saves results to the database for an IRV type poll.
vote_on_multi_pollProcesses vote form data and saves results to the database for a multiple choice type poll.

Var Details

age_gate_result

Is there a result we want to read from the age gate

ineligible_for_roles

Used to make sure someone doesn't get spammed with messages if they're ineligible for roles

new_character

For instant transfer once the round is set up

reset_hud_cooldown

Cooldown for the Reset Lobby Menu HUD verb

spawning

Referenced when you want to delete the new_player later on in the code.

Proc Details

reset_menu_hud

Resets the Lobby Menu HUD, recreating and reassigning it to the new player

respawn_latejoin_check

Checks if we can latejoin on the currently selected slot, taking into account respawn status.

vote_on_irv_poll

Processes vote form data and saves results to the database for an IRV type poll.

vote_on_multi_poll

Processes vote form data and saves results to the database for a multiple choice type poll.