API ReferenceGE Extensionsflowgraphnodesgameplaycrawl
Stop Crawl
**File:** `flowgraph/nodes/gameplay/crawl/stopCrawl.lua`
File: flowgraph/nodes/gameplay/crawl/stopCrawl.lua
Description: Stops the currently active crawl.
Category: once_instant Tags: crawl, gameplay, stop Dependencies: gameplay_crawl_flowgraphBridge
Output Pins
| Name | Type | Description |
|---|---|---|
success | flow | Triggered when crawl stops successfully |
failed | flow | Triggered when no crawl was active |
isActive | bool | False after stopping (always false) |
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