Arma Reforger Script API
|
Public Member Functions | |
override ENodeResult | EOnTaskSimulate (AIAgent owner, float dt) |
![]() | |
override TStringArray | GetVariablesIn () |
override void | OnInit (AIAgent owner) |
Static Public Member Functions | |
static override bool | VisibleInPalette () |
Public Attributes | |
string | m_sActionTypename |
![]() | |
AIAgent | m_Receiver |
string | m_string |
Additional Inherited Members | |
![]() | |
static const string | PORT_RECEIVER = "Receiver" |
static const string | PORT_STRING = "StringIn" |
![]() | |
bool | InitSendMessageInputs (AIAgent owner) |
ENodeResult | SendMessage (AIAgent owner, AIMessage msg) |
Calls this in inherited nodes to send the message. | |
![]() | |
AICommunicationComponent | m_Mailbox |
![]() | |
static ref TStringArray | s_aVarsInBase |
override ENodeResult SCR_AISendMessage_ActionFailed.EOnTaskSimulate | ( | AIAgent | owner, |
float | dt ) |
|
static |
string SCR_AISendMessage_ActionFailed.m_sActionTypename |