|
Arma Reforger Script API
|
Public Member Functions | |
| void | SCR_AIMessage_GetIn () |
Public Member Functions inherited from SCR_AIMessageGoal | |
| void | SetMessageParameters (SCR_AISendGoalMessage node, SCR_AIActivityBase relatedActivity) |
| override string | GetDebugText () |
Public Member Functions inherited from SCR_AIMessageBase | |
| void | SetMessageParameters (SCR_AISendMessageBase node) |
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_GetIn | Create (IEntity vehicle, SCR_AIBoardingParameters boardingParams, EAICompartmentType roleInVehicle, bool waypointRelated, float priorityLevel, AIWaypoint relatedWaypoint, SCR_AIActivityBase relatedActivity, BaseCompartmentSlot compartmentSlot) |
Public Attributes | |
| EAICompartmentType | m_eRoleInVehicle |
| BaseCompartmentSlot | m_CompartmentSlot |
Public Attributes inherited from SCR_AIMessage_Vehicle | |
| IEntity | m_Vehicle |
| ref SCR_AIBoardingParameters | m_BoardingParams |
Public Attributes inherited from SCR_AIMessageGoal | |
| EMessageType_Goal | m_eUIType |
| ref SCR_AIActivityBase | m_RelatedGroupActivity |
| float | m_fPriorityLevel |
| bool | m_bIsWaypointRelated |
| AIWaypoint | m_RelatedWaypoint |
Public Attributes inherited from SCR_AIMessageBase | |
| int | m_MessageType |
| void SCR_AIMessage_GetIn.SCR_AIMessage_GetIn | ( | ) |
|
static |
| BaseCompartmentSlot SCR_AIMessage_GetIn.m_CompartmentSlot |
| EAICompartmentType SCR_AIMessage_GetIn.m_eRoleInVehicle |