![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
| void AddValue | ( | float | value | ) |
Definition at line 15 of file MotionComponent.c.
| float ComputeAverage | ( | ) |
Definition at line 31 of file MotionComponent.c.
| vector GetMax | ( | ) |
Definition at line 79 of file MotionComponent.c.
| vector GetMin | ( | ) |
Definition at line 74 of file MotionComponent.c.
| void Initialize | ( | ) |
Definition at line 88 of file MotionComponent.c.
| void MotionZone | ( | IEntitySource | src, |
| IEntity | parent ) |
Definition at line 65 of file MotionComponent.c.
| MotionZonePointClass GenericEntityClass MotionZonePoint | ( | IEntitySource | src, |
| IEntity | parent ) |
Definition at line 31 of file MotionComponent.c.
| void ~MotionZone | ( | ) |
Definition at line 84 of file MotionComponent.c.
| int m_CountSamples = 0 |
Definition at line 12 of file MotionComponent.c.
| float m_CurrentSum = 0 |
Definition at line 13 of file MotionComponent.c.
| vector m_Max = 0 |
Definition at line 11 of file MotionComponent.c.
| MotionZoneClass m_Min = 100000000000 |