|
Arma Reforger Script API
|
Public Member Functions | |
| void | SetMessageParameters (SCR_AISendMessageBase node) |
| string | GetDebugText () |
Public Member Functions inherited from AIMessage | |
| proto external void | SetFlag (int fl) |
| proto external void | ClearFlag (int fl) |
| proto external bool | GetFlag (int fl) |
| proto external void | SetText (string pText) |
| proto external string | GetText () |
| proto external vector | GetPosition () |
| proto external void | SetPosition (vector pos) |
| proto external AIAgent | GetSender () |
| sender is filled when broadcasting | |
| proto external void | SetReceiver (AIAgent pReceiver) |
| proto external AIAgent | GetReceiver () |
| proto external IEntity | GetObject () |
| proto external void | SetObject (IEntity obj) |
| void | OnBroadcast (AIAgent pOwner) |
| void | OnReceived (AIAgent pReceiver) |
Public Attributes | |
| int | m_MessageType |
| string SCR_AIMessageBase.GetDebugText | ( | ) |
Implemented in SCR_AIMessageGoal, and SCR_AIMessageInfo.
| void SCR_AIMessageBase.SetMessageParameters | ( | SCR_AISendMessageBase | node | ) |
Implemented in SCR_AIMessage_FoundCorpse, SCR_AIMessage_NoAmmo, SCR_AIMessage_Target, SCR_AIMessage_UnderFire, and SCR_AIMessage_Wounded.
| int SCR_AIMessageBase.m_MessageType |