game_mode
Procs | |
check_startable | Check to see if the currently selected mode can be started. Falsy if yes, otherwise a status message. |
---|---|
check_votable | Run prior to a mode vote to determine if the mode should be included. Falsy if yes, otherwise a status message. |
post_setup | post_setup() |
process | process() Called by the gameticker |
Proc Details
check_startable
Check to see if the currently selected mode can be started. Falsy if yes, otherwise a status message.
check_votable
Run prior to a mode vote to determine if the mode should be included. Falsy if yes, otherwise a status message.
post_setup
post_setup()
process
process() Called by the gameticker