Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
NodeError.c File Reference

Go to the source code of this file.

Classes

class  SCR_AIErrorMessages

Functions

ENodeResult NodeError (Node node, AIAgent owner, string msg)
 Error call to be used in scripted BT nodes.
void SCR_AgentMustBeAIGroup (Node node, AIAgent owner)
ENodeResult SCR_AgentMustChimera (Node node, AIAgent owner)

Function Documentation

◆ NodeError()

ENodeResult NodeError ( Node node,
AIAgent owner,
string msg )

Error call to be used in scripted BT nodes.

Definition at line 3 of file NodeError.c.

◆ SCR_AgentMustBeAIGroup()

void SCR_AgentMustBeAIGroup ( Node node,
AIAgent owner )

Definition at line 14 of file NodeError.c.

◆ SCR_AgentMustChimera()

ENodeResult SCR_AgentMustChimera ( Node node,
AIAgent owner )

Definition at line 21 of file NodeError.c.