Space Station 13 - Modules - Types

code/datums/state_machine/transition.dm

/singleton/state_transitionUsed 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.