Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
CameraManager.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class CameraManagerClass: GenericEntityClass
13{
14}
15
16class CameraManager: GenericEntity
17{
19 proto external CameraBase CurrentCamera();
24 proto external bool SetCamera(CameraBase pCam);
26 proto external void SetNextCamera();
28 proto external void SetPreviousCamera();
34 proto external int GetCamerasList(out notnull array<CameraBase> outCameras);
39 proto external void SetOverlayCamera(CameraBase pCam);
44 proto external CameraBase GetOverlayCamera();
48 proto external void SetFirstPersonFOV(float fieldOfView);
52 proto external float GetFirstPersonFOV();
56 proto external void SetThirdPersonFOV(float fieldOfView);
60 proto external float GetThirdPersonFOV();
64 proto external void SetVehicleFOV(float fieldOfView);
68 proto external float GetVehicleFOV();
72 proto external float GetClampedFOV(float fieldOfView);
76 proto external float GetMinFOV();
80 proto external float GetMaxFOV();
81
82 // callbacks
83
87 event protected void OnInit();
88}
89
proto external float GetMinFOV()
proto external float GetMaxFOV()
proto external void SetThirdPersonFOV(float fieldOfView)
proto external void SetPreviousCamera()
Set the previous camera in the list as current camera.
proto external float GetVehicleFOV()
proto external bool SetCamera(CameraBase pCam)
proto external void SetNextCamera()
Set the next camera in the list as current camera.
proto external float GetFirstPersonFOV()
proto external float GetThirdPersonFOV()
proto external void SetOverlayCamera(CameraBase pCam)
proto external float GetClampedFOV(float fieldOfView)
CameraManagerClass GenericEntityClass CurrentCamera()
Returns the current camera.
proto external CameraBase GetOverlayCamera()
proto external int GetCamerasList(out notnull array< CameraBase > outCameras)
proto external void SetVehicleFOV(float fieldOfView)
proto external void SetFirstPersonFOV(float fieldOfView)