API ReferenceGE Extensionsflowgraphnodesgameplaycrawl
Get Crawl Data
**File:** `flowgraph/nodes/gameplay/crawl/getCrawlData.lua`
File: flowgraph/nodes/gameplay/crawl/getCrawlData.lua
Description: Gets runtime data from the currently active crawl.
Category: repeat_instant Tags: crawl, gameplay, data, runtime Dependencies: gameplay_crawl_flowgraphBridge
Output Pins
| Name | Type | Description |
|---|---|---|
onCompleted | flow | Triggered when trail is completed |
onDisqualified | flow | Triggered when crawler is disqualified |
onCheckpointReached | flow | Triggered when crawler reaches a checkpoint |
isCompleted | bool | True if crawl has completed successfully |
disqualified | bool | True if crawler is disqualified |
crawlerPosition | vec3 | Current crawler position |
crawlerDirection | quat | Current crawler direction rotation (yaw only) |
vehicleId | number | Active crawler vehicle ID |
hasRecoveryCheckpoint | bool | True if crawler has reached a recovery checkpoint |
recoveryPosition | vec3 | Position of the last recovery checkpoint |
recoveryRotation | quat | Rotation of the last recovery checkpoint |
Methods
C:init(mgr)C:work()
See Also
- Apply Penalty - Related reference
- Get Crawl Results - Related reference
- Get Dynamic Objects - Related reference
- FlowGraph Guide - Guide