game_mode
Vars | |
current_players | Associative list of current players, in order: living players, living antagonists, dead players and observers. |
---|---|
Procs | |
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 |
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