|
Arma Reforger Script API
|
Public Member Functions | |
| void | SCR_AIMessage_Wounded () |
| override void | SetMessageParameters (SCR_AISendMessageBase node) |
Public Member Functions inherited from SCR_AIMessage_FoundCorpse | |
| void | SCR_AIMessage_FoundCorpse () |
Public Member Functions inherited from SCR_AIMessageInfo | |
| override 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) |
Static Public Member Functions | |
| static SCR_AIMessage_Wounded | Create (IEntity woundedEntity) |
Public Attributes | |
| IEntity | m_WoundedEntity |
Public Attributes inherited from SCR_AIMessage_FoundCorpse | |
| vector | m_vPosition |
Public Attributes inherited from SCR_AIMessageInfo | |
| EMessageType_Info | m_eUIType |
Public Attributes inherited from SCR_AIMessageBase | |
| int | m_MessageType |
| void SCR_AIMessage_Wounded.SCR_AIMessage_Wounded | ( | ) |
|
static |
| override void SCR_AIMessage_Wounded.SetMessageParameters | ( | SCR_AISendMessageBase | node | ) |
Implements SCR_AIMessage_FoundCorpse.
| IEntity SCR_AIMessage_Wounded.m_WoundedEntity |