Space Station 13 - Modules - TypesProc Details

state_transition

Used to connect /singleton/states together so the FSM knows what state to switch to, and on what conditions. On a directed graph, these would be the arrows connecting the nodes representing states.

Procs

InitializeCalled by one or more state singletons acting as nodes in a directed graph.
is_openTells the FSM if it should or should not be allowed to transfer to the target state.

Proc Details

Initialize

Called by one or more state singletons acting as nodes in a directed graph.

is_open

Tells the FSM if it should or should not be allowed to transfer to the target state.