|  | Arma Reforger Explorer
    1.1.0.42
    Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime | 
Go to the source code of this file.
| Data Structures | |
| class | SCR_MoveInCircleComponentClass | 
| Functions | |
| override protected void | EOnFixedFrame (IEntity owner, float timeSlice) | 
| override void | OnPostInit (IEntity owner) | 
| Called on PostInit when all components are added.  More... | |
| override void | EOnInit (IEntity owner) | 
| void | SCR_MoveInCircleComponent (IEntityComponentSource src, IEntity ent, IEntity parent) | 
| Variables | |
| SCR_MoveInCircleComponentClass | m_CirclePoints = {} | 
| protected float | m_fElapsedTime = 0 | 
| override protected void EOnFixedFrame | ( | IEntity | owner, | 
| float | timeSlice | ||
| ) | 
Definition at line 11 of file SCR_MoveInCircleComponent.c.
| void SCR_MoveInCircleComponent | ( | IEntityComponentSource | src, | 
| IEntity | ent, | ||
| IEntity | parent | ||
| ) | 
| [in] | src | |
| [in] | ent | |
| [in] | parent | 
Definition at line 53 of file SCR_MoveInCircleComponent.c.
| SCR_MoveInCircleComponentClass m_CirclePoints = {} | 
| protected float m_fElapsedTime = 0 | 
Definition at line 8 of file SCR_MoveInCircleComponent.c.