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

Go to the source code of this file.

Classes

class  MotionAutoTestClass
class  MotionZonePointClass
class  MotionZoneClass
class  MotionAutoTest

Functions

void AddValue (float value)
float ComputeAverage ()
MotionZonePointClass GenericEntityClass MotionZonePoint (IEntitySource src, IEntity parent)
void MotionZone (IEntitySource src, IEntity parent)
vector GetMin ()
vector GetMax ()
void ~MotionZone ()
void Initialize ()
override void EOnInit (IEntity owner)

Variables

MotionAutoTestClass m_Min = 100000000000
float m_Max = 0
int m_CountSamples = 0
float m_CurrentSum = 0

Function Documentation

◆ AddValue()

void AddValue ( float value)

Definition at line 15 of file MotionComponent.c.

◆ ComputeAverage()

float ComputeAverage ( )

Definition at line 31 of file MotionComponent.c.

◆ GetMax()

vector GetMax ( )

Definition at line 79 of file MotionComponent.c.

◆ GetMin()

vector GetMin ( )

Definition at line 74 of file MotionComponent.c.

◆ Initialize()

void Initialize ( )

Definition at line 88 of file MotionComponent.c.

◆ MotionZone()

void MotionZone ( IEntitySource src,
IEntity parent )

Definition at line 65 of file MotionComponent.c.

◆ MotionZonePoint()

MotionZonePointClass GenericEntityClass MotionZonePoint ( IEntitySource src,
IEntity parent )

Definition at line 31 of file MotionComponent.c.

◆ ~MotionZone()

void ~MotionZone ( )

Definition at line 84 of file MotionComponent.c.

Variable Documentation

◆ m_CountSamples

int m_CountSamples = 0

Definition at line 12 of file MotionComponent.c.

◆ m_CurrentSum

float m_CurrentSum = 0

Definition at line 13 of file MotionComponent.c.

◆ m_Max

vector m_Max = 0

Definition at line 11 of file MotionComponent.c.

◆ m_Min

MotionZoneClass m_Min = 100000000000