Shiptest 13 - Modules - TypesVar Details - Proc Details

game_mode

Vars

current_playersAssociative list of current players, in order: living players, living antagonists, dead players and observers.

Procs

admin_panelMode specific admin panel.
can_startChecks to see if the game can be setup and ran with the current number of players or whatnot.
convert_roundtypeAllows rounds to basically be "rerolled" should the initial premise fall through. Also known as mulligan antags.
make_antag_chanceHandles late-join antag assignments
post_setupEveryone should now be on the station and have their normal gear. This is the place to give the special roles extra things
pre_setupAttempts to select players for special roles the mode might have.
processCalled by the gameSSticker

Var Details

current_players

Associative list of current players, in order: living players, living antagonists, dead players and observers.

Proc Details

admin_panel

Mode specific admin panel.

can_start

Checks to see if the game can be setup and ran with the current number of players or whatnot.

convert_roundtype

Allows rounds to basically be "rerolled" should the initial premise fall through. Also known as mulligan antags.

make_antag_chance

Handles late-join antag assignments

post_setup

Everyone should now be on the station and have their normal gear. This is the place to give the special roles extra things

pre_setup

Attempts to select players for special roles the mode might have.

process

Called by the gameSSticker