Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIAnimationWaypoint.c File Reference

Go to the source code of this file.

Classes

class  SCR_AIAnimationWaypointClass
class  SCR_AIAnimationParameters
class  SCR_AIAnimationScript
class  SCR_AIAnimationWaypoint
class  SCR_AIAnimationWaypointState

Typedefs

typedef func SCR_AIOnAnimationBehaviorAction

Functions

void SCR_AIOnAnimationBehaviorAction (AIAgent agent, bool startingAnimation, int animationIndex)

Variables

vector m_vAnimationLocalTransform [4]
float m_fAnimationDuration
ref SCR_AIAnimation_Base m_oAnimationClass
class SCR_AIAnimationScript BaseContainerProps

Typedef Documentation

◆ SCR_AIOnAnimationBehaviorAction

Function Documentation

◆ SCR_AIOnAnimationBehaviorAction()

void SCR_AIOnAnimationBehaviorAction ( AIAgent agent,
bool startingAnimation,
int animationIndex )

Variable Documentation

◆ BaseContainerProps

class SCR_AIAnimationScript BaseContainerProps

Definition at line 1 of file SCR_AIAnimationWaypoint.c.

◆ m_fAnimationDuration

float m_fAnimationDuration

Definition at line 16 of file SCR_AIAnimationWaypoint.c.

◆ m_oAnimationClass

ref SCR_AIAnimation_Base m_oAnimationClass

Definition at line 17 of file SCR_AIAnimationWaypoint.c.

◆ m_vAnimationLocalTransform

vector m_vAnimationLocalTransform[4]

Definition at line 15 of file SCR_AIAnimationWaypoint.c.