Arma Reforger Script API
|
Base class for nodes sending message. More...
Public Member Functions | |
override TStringArray | GetVariablesIn () |
override void | OnInit (AIAgent owner) |
Public Attributes | |
AIAgent | m_Receiver |
string | m_string |
Static Public Attributes | |
static const string | PORT_RECEIVER = "Receiver" |
static const string | PORT_STRING = "StringIn" |
Protected Member Functions | |
bool | InitSendMessageInputs (AIAgent owner) |
ENodeResult | SendMessage (AIAgent owner, AIMessage msg) |
Calls this in inherited nodes to send the message. | |
Protected Attributes | |
AICommunicationComponent | m_Mailbox |
Static Protected Attributes | |
static ref TStringArray | s_aVarsInBase |
Base class for nodes sending message.
override TStringArray SCR_AISendMessageBase.GetVariablesIn | ( | ) |
Implemented in SCR_AISendMessage_HealFailed, SCR_AISendMessageGeneric, and SCR_AISendOrder.
|
protected |
Implemented in SCR_AISendMessageGeneric.
override void SCR_AISendMessageBase.OnInit | ( | AIAgent | owner | ) |
|
protected |
Calls this in inherited nodes to send the message.
|
protected |
AIAgent SCR_AISendMessageBase.m_Receiver |
string SCR_AISendMessageBase.m_string |
|
static |
|
static |
|
staticprotected |