Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
NodeError.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_AIErrorMessages
 

Functions

ENodeResult NodeError (Node node, AIAgent owner, string msg)
 Error call to be used in scripted BT nodes. More...
 
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.