API ReferenceGE Extensionsflowgraphnodesgameplaycrawl
Reset Crawl
**File:** `flowgraph/nodes/gameplay/crawl/resetCrawl.lua`
File: flowgraph/nodes/gameplay/crawl/resetCrawl.lua
Description: Resets the currently active crawl by teleporting the crawler to the start and resetting all crawl data and timers. The crawl system remains active but the timer is stopped until Start Crawl is called.
Category: once_instant Tags: crawl, gameplay, reset Dependencies: gameplay_crawl_flowgraphBridge
Output Pins
| Name | Type | Description |
|---|---|---|
success | flow | Triggered when crawl resets successfully |
failed | flow | Triggered when reset fails |
isActive | bool | True after reset (crawl continues running) |
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