API ReferenceGE Extensionsflowgraphnodesgameplaycrawl
Get Crawl Results
**File:** `flowgraph/nodes/gameplay/crawl/getCrawlResults.lua`
File: flowgraph/nodes/gameplay/crawl/getCrawlResults.lua
Description: Gets completion data from a finished crawl.
Category: repeat_instant Tags: crawl, gameplay, results, completion Dependencies: gameplay_crawl_flowgraphBridge
Output Pins
| Name | Type | Description |
|---|---|---|
time | number | Final completion time |
points | number | Final penalty points |
damage | number | Total damage taken |
recoveries | number | Number of recoveries used |
completed | bool | True if crawl was completed |
disqualified | bool | True if crawler was disqualified |
pathnodeTimings | table | Timing data for each pathnode |
Methods
C:init(mgr)C:work()
See Also
- Apply Penalty - Related reference
- Get Crawl Data - Related reference
- Get Dynamic Objects - Related reference
- FlowGraph Guide - Guide