API ReferenceGE Extensionsflowgraphnodesdebug
Pause Execution
- **File:** `extensions/flowgraph/nodes/debug/pauseManager.lua`
Overview
- File:
extensions/flowgraph/nodes/debug/pauseManager.lua - Name:
Pause Execution - Category:
logic - Description: Pauses the execution of the flowgraph project when triggered.
Pin Schema
Input Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Pauses the execution when this has flow. |
Output Pins
None.
Behavior
- work(): Calls
self.graph.mgr:setPaused(true)to pause the flowgraph manager. - This pauses the flowgraph project execution, not the game simulation.
Notes
- Useful for debugging flowgraphs by pausing at specific points.
- The project can be resumed from the flowgraph editor.
Tags
#flowgraph #node #ge #debug #pause
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