Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIMessage_Animate Interface Reference
Inheritance diagram for SCR_AIMessage_Animate:
SCR_AIMessageGoal SCR_AIMessageBase

Public Member Functions

void SCR_AIMessage_Animate ()
 
- 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)
 

Static Public Member Functions

static SCR_AIMessage_Animate Create (notnull IEntity entity, SCR_AIAnimationScript script, SCR_AIActivityBase relatedActivity, ScriptInvokerBase< SCR_AIOnAnimationBehaviorAction > relatedInvoker)
 

Public Attributes

IEntity m_RootEntity
 
ref SCR_AIAnimationScript m_AgentScript
 
ref ScriptInvokerBase< SCR_AIOnAnimationBehaviorAction > m_RelatedInvoker
 
- 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
 

Constructor & Destructor Documentation

◆ SCR_AIMessage_Animate()

void SCR_AIMessage_Animate.SCR_AIMessage_Animate ( )

Member Function Documentation

◆ Create()

static SCR_AIMessage_Animate SCR_AIMessage_Animate.Create ( notnull IEntity entity,
SCR_AIAnimationScript script,
SCR_AIActivityBase relatedActivity,
ScriptInvokerBase< SCR_AIOnAnimationBehaviorAction > relatedInvoker )
static

Member Data Documentation

◆ m_AgentScript

ref SCR_AIAnimationScript SCR_AIMessage_Animate.m_AgentScript

◆ m_RelatedInvoker

ref ScriptInvokerBase<SCR_AIOnAnimationBehaviorAction> SCR_AIMessage_Animate.m_RelatedInvoker

◆ m_RootEntity

IEntity SCR_AIMessage_Animate.m_RootEntity

The documentation for this interface was generated from the following file: