code/datums/state_machine/transition.dm

/decl/state_transition | Used to connect /decl/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. |
---|