API ReferenceGE Extensionsflowgraphnodesgameplayrace
Race Suspend
**File:** `flowgraph/nodes/gameplay/race/raceSuspend.lua`
File: flowgraph/nodes/gameplay/race/raceSuspend.lua
Description: Suspends or resumes a race.
Tags: scenario
Input Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Inflow for this node. |
suspend | flow | Inflow for this node. |
resume | flow | Inflow for this node. |
raceData | table | Data from the race for other nodes to process. |
Output Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Outflow from this node. |
Methods
C:init()C:work()
See Also
- File Path - Related reference
- File Race - Related reference
- im Race Times - Related reference
- FlowGraph Guide - Guide