Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIAnimateActivity Class Reference
Inheritance diagram for SCR_AIAnimateActivity:

Protected Member Functions

void SCR_AIAnimateActivity (SCR_AIGroupUtilityComponent utility, AIWaypoint relatedWaypoint, float priority=PRIORITY_ACTIVITY_ANIMATE, float priorityLevel=PRIORITY_LEVEL_NORMAL)
bool AddAgentToAnimatedAgents (AIAgent agent)
bool RemoveAgentFromAnimatedAgents (AIAgent agent, bool isSuccess)
override void OnActionSelected ()
override string GetActionDebugInfo ()
override void OnActionFailed ()

Protected Attributes

ref array< AIAgent > m_aAgentsAnimating = {}

Detailed Description

Definition at line 1 of file SCR_AIAnimateActivity.c.

Constructor & Destructor Documentation

◆ SCR_AIAnimateActivity()

void SCR_AIAnimateActivity::SCR_AIAnimateActivity ( SCR_AIGroupUtilityComponent utility,
AIWaypoint relatedWaypoint,
float priority = PRIORITY_ACTIVITY_ANIMATE,
float priorityLevel = PRIORITY_LEVEL_NORMAL )
inlineprotected

Definition at line 6 of file SCR_AIAnimateActivity.c.

Member Function Documentation

◆ AddAgentToAnimatedAgents()

bool SCR_AIAnimateActivity::AddAgentToAnimatedAgents ( AIAgent agent)
inlineprotected

Definition at line 13 of file SCR_AIAnimateActivity.c.

◆ GetActionDebugInfo()

override string SCR_AIAnimateActivity::GetActionDebugInfo ( )
inlineprotected

Definition at line 65 of file SCR_AIAnimateActivity.c.

◆ OnActionFailed()

override void SCR_AIAnimateActivity::OnActionFailed ( )
inlineprotected

Definition at line 71 of file SCR_AIAnimateActivity.c.

◆ OnActionSelected()

override void SCR_AIAnimateActivity::OnActionSelected ( )
inlineprotected

Definition at line 47 of file SCR_AIAnimateActivity.c.

◆ RemoveAgentFromAnimatedAgents()

bool SCR_AIAnimateActivity::RemoveAgentFromAnimatedAgents ( AIAgent agent,
bool isSuccess )
inlineprotected

Definition at line 25 of file SCR_AIAnimateActivity.c.

Member Data Documentation

◆ m_aAgentsAnimating

ref array<AIAgent> SCR_AIAnimateActivity::m_aAgentsAnimating = {}
protected

Definition at line 3 of file SCR_AIAnimateActivity.c.


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