API ReferenceGE Extensionsflowgraphnodesdebug
Multi Flow
- **File:** `extensions/flowgraph/nodes/debug/multiFlow.lua`
Overview
- File:
extensions/flowgraph/nodes/debug/multiFlow.lua - Name:
Multi Flow - Category:
logic - Type:
simple - Description: Multiple flow test node. Displays the state of up to four flow inputs as colored checkboxes.
Pin Schema
Input Pins
| Name | Type | Description |
|---|---|---|
a | flow | Inflow to test. |
b | flow | Inflow to test. |
c | flow | Inflow to test. |
d | flow | Inflow to test. |
Output Pins
None.
Behavior
- work(): If
data.logOnWorkis true, prints the boolean state of all four flow inputs to the console.
Node Display
- Renders four colored checkbox icons in the node body:
a→ Greenb→ Yellowc→ Redd→ Magenta
- Active flows show a filled checkbox; inactive flows show an outlined checkbox with reduced opacity.
Data Properties
| Property | Default | Description |
|---|---|---|
logOnWork | false | Enables console printing of flow states each frame. |
Tags
#flowgraph #node #ge #debug #flow
Additional Exports
init()
drawMiddle(builder, style)
-
builder -
any -
style -
any -
name-string- (see source) -
description-string- (see source) -
todo-string- (see source) -
category-string- (see source) -
type-string- (see source) -
pinSchema-table- (see source) -
tags-table- (see source)
See Also
- AI Debug Display - Related reference
- Camera Mouse Raycast - Related reference
- Comment - Related reference
- FlowGraph Guide - Guide