Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
CameraManager.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
CameraManagerClass
: GenericEntityClass
13
{
14
}
15
16
class
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
CameraManagerClass
Definition
CameraManager.c:13
GenericEntity
Definition
GenericEntity.c:16
GetMinFOV
proto external float GetMinFOV()
GetMaxFOV
proto external float GetMaxFOV()
SetThirdPersonFOV
proto external void SetThirdPersonFOV(float fieldOfView)
SetPreviousCamera
proto external void SetPreviousCamera()
Set the previous camera in the list as current camera.
GetVehicleFOV
proto external float GetVehicleFOV()
SetCamera
proto external bool SetCamera(CameraBase pCam)
SetNextCamera
proto external void SetNextCamera()
Set the next camera in the list as current camera.
GetFirstPersonFOV
proto external float GetFirstPersonFOV()
GetThirdPersonFOV
proto external float GetThirdPersonFOV()
SetOverlayCamera
proto external void SetOverlayCamera(CameraBase pCam)
GetClampedFOV
proto external float GetClampedFOV(float fieldOfView)
CurrentCamera
CameraManagerClass GenericEntityClass CurrentCamera()
Returns the current camera.
GetOverlayCamera
proto external CameraBase GetOverlayCamera()
GetCamerasList
proto external int GetCamerasList(out notnull array< CameraBase > outCameras)
SetVehicleFOV
proto external void SetVehicleFOV(float fieldOfView)
SetFirstPersonFOV
proto external void SetFirstPersonFOV(float fieldOfView)
OnInit
@ OnInit
Definition
SndComponentCallbacks.c:17
scripts
Game
generated
Camera
CameraManager.c
Generated by
1.17.0