![]() |
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 | CameraManagerClass |
Functions | |
| CameraManagerClass GenericEntityClass | CurrentCamera () |
| Returns the current camera. More... | |
| proto external bool | SetCamera (CameraBase pCam) |
| proto external void | SetNextCamera () |
| Set the next camera in the list as current camera. More... | |
| proto external void | SetPreviousCamera () |
| Set the previous camera in the list as current camera. More... | |
| proto external int | GetCamerasList (out notnull array< CameraBase > outCameras) |
| proto external void | SetOverlayCamera (CameraBase pCam) |
| proto external CameraBase | GetOverlayCamera () |
| proto external void | SetFirstPersonFOV (float fieldOfView) |
| proto external float | GetFirstPersonFOV () |
| proto external void | SetThirdPersonFOV (float fieldOfView) |
| proto external float | GetThirdPersonFOV () |
| proto external void | SetVehicleFOV (float fieldOfView) |
| proto external float | GetVehicleFOV () |
| proto external float | GetClampedFOV (float fieldOfView) |
| proto external float | GetMinFOV () |
| proto external float | GetMaxFOV () |
| event protected void | OnInit () |