API ReferenceGE Extensionsflowgraphnodesdebug
Stop Project
- **File:** `extensions/flowgraph/nodes/debug/stopManager.lua`
Overview
- File:
extensions/flowgraph/nodes/debug/stopManager.lua - Name:
Stop Project - Category:
logic - Description: Stops the execution of the flowgraph project when triggered.
Pin Schema
Input Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Stops the execution when this has flow. |
Output Pins
None.
Behavior
- work(): Calls
self.graph.mgr:setRunning(false)to stop the flowgraph manager. - Completely halts the project - unlike Pause Execution, this ends execution entirely.
Notes
- Use this to terminate a flowgraph when a condition is met (e.g., scenario complete).
- To restart after stopping, the project must be explicitly started again.
Tags
#flowgraph #node #ge #debug #stop
Additional Exports
-
name-string- (see source) -
description-string- (see source) -
color-any- (see source) -
icon-any- (see source) -
category-string- (see source) -
pinSchema-table- (see source)
See Also
- AI Debug Display - Related reference
- Camera Mouse Raycast - Related reference
- Comment - Related reference
- FlowGraph Guide - Guide