![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | OnInit (IEntity owner, BaseSightsComponent sights) |
| void | OnUpdate (IEntity owner, BaseSightsComponent sights, float timeSlice) |
| float | GetCurrentFOV () |
Definition at line 7 of file ScriptedSightsFOVInfo.c.
|
inlineprotected |
Return current field of view of this info. If 0 or less is returned, first person perspective FOV will be used instead. Value can be accessed via SightsFOVInfo.GetFOV();
Definition at line 28 of file ScriptedSightsFOVInfo.c.
|
protected |
Called on initialization.
| owner | Parent entity. |
| sights | Parent sights component. |
|
protected |
Called every frame when active to update current state.
| owner | Parent entity. |
| sights | Parent sights component. |
| timeSlice | Delta of time since last update. |