Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_MineAnimationComponent.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_MineAnimationComponentClass
 

Functions

void SCR_MineAnimationComponent (IEntityComponentSource src, IEntity ent, IEntity parent)
 
protected override event void OnAnimationEvent (AnimationEventID animEventType, AnimationEventID animUserString, int intParam, float timeFromStart, float timeToEnd)
 

Variables

SCR_MineAnimationComponentClass m_iMineDown = -1
 
protected AnimationEventID m_iMineActivated = -1
 
protected IEntity m_Owner
 

Function Documentation

◆ SCR_MineAnimationComponent()

void SCR_MineAnimationComponent ( IEntityComponentSource  src,
IEntity  ent,
IEntity  parent 
)
Parameters
[in]src
[in]ent
[in]parent

Definition at line 17 of file SCR_MineAnimationComponent.c.

Variable Documentation

◆ m_iMineActivated

protected AnimationEventID m_iMineActivated = -1

Definition at line 9 of file SCR_MineAnimationComponent.c.

◆ m_iMineDown

◆ m_Owner

protected IEntity m_Owner

Definition at line 10 of file SCR_MineAnimationComponent.c.