Arma Reforger Script API
|
Protected Member Functions | |
override float | GetCurrentFOV () |
Returns current field of view provided by this info. | |
Protected Member Functions inherited from ScriptedSightsFOVInfo | |
void | OnInit (IEntity owner, BaseSightsComponent sights) |
Called on initialization. | |
void | OnUpdate (IEntity owner, BaseSightsComponent sights, float timeSlice) |
Called every frame when active to update current state. | |
float | GetCurrentFOV () |
Return current field of view of this info. | |
Protected Attributes | |
float | m_fFieldOfView |
Additional Inherited Members | |
Public Member Functions inherited from SightsFOVInfo | |
proto external float | GetFOV () |
Returns current field of view provided by this info. | |
|
protected |
Returns current field of view provided by this info.
Implements ScriptedSightsFOVInfo.
|
protected |