API ReferenceGE Extensionsflowgraphnodesdebug
Restart Project
- **File:** `extensions/flowgraph/nodes/debug/restartManager.lua`
Overview
- File:
extensions/flowgraph/nodes/debug/restartManager.lua - Name:
Restart Project - Category:
logic - Description: Restarts the flowgraph project when triggered.
Pin Schema
Input Pins
| Name | Type | Description |
|---|---|---|
flow | flow | Restarts the project when this has flow. |
Output Pins
None.
Behavior
- work(): Calls
self.graph.mgr:queueForRestart()to schedule a project restart. - Has
durationbehaviour flag set, indicating it affects project lifetime.
Notes
- The restart is queued, not immediate - it happens after the current frame completes.
- Useful for creating looping flowgraph scenarios or reset-on-condition logic.
Tags
#flowgraph #node #ge #debug #restart
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