For the complete documentation index, see llms.txt. This page is also available as Markdown.

INodeControllable

Namespace

using FlowReactor.NodeUtilityModules

OnNodeInitialize

void OnNodeInitialize(Node _node);

Automatically called on node initialization

OnNodeExecute

void OnNodeExecute();

Automatically called on node execution

OnNodeStopExecute

void OnNodeStopExecute();

Automatically called on node stop execution

OnNode

void OnNode(Node _node, params object[] _parameters);

Method for manual controllable method calls

Last updated