API ReferenceGE Extensionsflowgraphnodesgameplaycrawl
Start Crawl
**File:** `flowgraph/nodes/gameplay/crawl/startCrawl.lua`
File: flowgraph/nodes/gameplay/crawl/startCrawl.lua
Description: Starts the crawl race/timer. Requires Setup Crawl to be called first. Uses the trail and vehicle that were set up by Setup Crawl node.
Category: once_instant Tags: crawl, gameplay, start Dependencies: gameplay_crawl_flowgraphBridge
Output Pins
| Name | Type | Description |
|---|---|---|
success | flow | Triggered when crawl starts successfully |
failed | flow | Triggered when start fails |
Methods
C:init(mgr)C:work()
See Also
- Apply Penalty - Related reference
- Get Crawl Data - Related reference
- Get Crawl Results - Related reference
- FlowGraph Guide - Guide