code/datums/state_machine/transition.dm
/singleton/state_transition | Used to connect /singleton/state s 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. |
---|