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

Protected Member Functions

void InitParameters (IEntity entity, float priorityLevel)
void SCR_AIFollowActivity (SCR_AIGroupUtilityComponent utility, AIWaypoint relatedWaypoint, vector pos, IEntity ent, EMovementType movementType=EMovementType.RUN, bool useVehicles=false, float priority=PRIORITY_ACTIVITY_FOLLOW, float priorityLevel=PRIORITY_LEVEL_NORMAL, float distance=1.0)
override string GetActionDebugInfo ()
override float CustomEvaluate ()
override void OnActionCompleted ()
override void OnActionFailed ()
override void OnActionDeselected ()

Protected Attributes

CharacterControllerComponent m_TargetCharacterController
bool m_bTargetEntityIsCharacter

Detailed Description

Definition at line 1 of file SCR_AIFollowActivity.c.

Constructor & Destructor Documentation

◆ SCR_AIFollowActivity()

void SCR_AIFollowActivity::SCR_AIFollowActivity ( SCR_AIGroupUtilityComponent utility,
AIWaypoint relatedWaypoint,
vector pos,
IEntity ent,
EMovementType movementType = EMovementType.RUN,
bool useVehicles = false,
float priority = PRIORITY_ACTIVITY_FOLLOW,
float priorityLevel = PRIORITY_LEVEL_NORMAL,
float distance = 1.0 )
inlineprotected

Definition at line 17 of file SCR_AIFollowActivity.c.

Member Function Documentation

◆ CustomEvaluate()

override float SCR_AIFollowActivity::CustomEvaluate ( )
inlineprotected

Definition at line 44 of file SCR_AIFollowActivity.c.

◆ GetActionDebugInfo()

override string SCR_AIFollowActivity::GetActionDebugInfo ( )
inlineprotected

Definition at line 38 of file SCR_AIFollowActivity.c.

◆ InitParameters()

void SCR_AIFollowActivity::InitParameters ( IEntity entity,
float priorityLevel )
inlineprotected

Definition at line 9 of file SCR_AIFollowActivity.c.

◆ OnActionCompleted()

override void SCR_AIFollowActivity::OnActionCompleted ( )
inlineprotected

Definition at line 58 of file SCR_AIFollowActivity.c.

◆ OnActionDeselected()

override void SCR_AIFollowActivity::OnActionDeselected ( )
inlineprotected

Definition at line 72 of file SCR_AIFollowActivity.c.

◆ OnActionFailed()

override void SCR_AIFollowActivity::OnActionFailed ( )
inlineprotected

Definition at line 65 of file SCR_AIFollowActivity.c.

Member Data Documentation

◆ m_bTargetEntityIsCharacter

bool SCR_AIFollowActivity::m_bTargetEntityIsCharacter
protected

Definition at line 6 of file SCR_AIFollowActivity.c.

◆ m_TargetCharacterController

CharacterControllerComponent SCR_AIFollowActivity::m_TargetCharacterController
protected

Definition at line 5 of file SCR_AIFollowActivity.c.


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