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