Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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) |
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.
void SCR_AgentMustBeAIGroup | ( | Node | node, |
AIAgent | owner | ||
) |
Definition at line 14 of file NodeError.c.
ENodeResult SCR_AgentMustChimera | ( | Node | node, |
AIAgent | owner | ||
) |
Definition at line 21 of file NodeError.c.