ecspresso
Preparing search index...
plugins/ai/behavior-tree
NodeStatus
Type Alias NodeStatus
NodeStatus
:
typeof
NodeStatus
[
keyof
typeof
NodeStatus
]
Return value from behavior tree node ticks.
Success
(0) — node completed successfully
Failure
(1) — node failed
Running
(2) — node still executing, will resume next tick
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ecspresso
Loading...
Return value from behavior tree node ticks.
Success(0) — node completed successfullyFailure(1) — node failedRunning(2) — node still executing, will resume next tick