Arma Reforger Script API
|
Public Member Functions | |
void | SCR_AIMessage_Investigate () |
override void | SetMessageParameters (SCR_AISendGoalMessage node, SCR_AIActivityBase relatedActivity) |
![]() | |
override string | GetDebugText () |
![]() | |
void | SetMessageParameters (SCR_AISendMessageBase node) |
Static Public Member Functions | |
static SCR_AIMessage_Investigate | Create (SCR_AIActivityBase relatedActivity, vector pos, float radius, bool dangerous, EAIUnitType unitType=EAIUnitType.UnitType_Infantry, float duration=10.0) |
Public Attributes | |
IEntity | m_ObjectEntity |
vector | m_vMovePosition |
float | m_fRadius |
bool | m_bIsDangerous |
EAIUnitType | m_eTargetUnitType = EAIUnitType.UnitType_Infantry |
float | m_fDuration = 10 |
![]() | |
EMessageType_Goal | m_eUIType |
ref SCR_AIActivityBase | m_RelatedGroupActivity |
float | m_fPriorityLevel |
bool | m_bIsWaypointRelated |
AIWaypoint | m_RelatedWaypoint |
![]() | |
int | m_MessageType |
void SCR_AIMessage_Investigate.SCR_AIMessage_Investigate | ( | ) |
|
static |
override void SCR_AIMessage_Investigate.SetMessageParameters | ( | SCR_AISendGoalMessage | node, |
SCR_AIActivityBase | relatedActivity ) |
Implements SCR_AIMessageGoal.
bool SCR_AIMessage_Investigate.m_bIsDangerous |
EAIUnitType SCR_AIMessage_Investigate.m_eTargetUnitType = EAIUnitType.UnitType_Infantry |
float SCR_AIMessage_Investigate.m_fDuration = 10 |
float SCR_AIMessage_Investigate.m_fRadius |
IEntity SCR_AIMessage_Investigate.m_ObjectEntity |
vector SCR_AIMessage_Investigate.m_vMovePosition |