Arma Reforger Script API
Loading...
Searching...
No Matches
Protected Member Functions | List of all members
SCR_CameraManager Interface Reference
Inheritance diagram for SCR_CameraManager:
[legend]

Protected Member Functions

override void OnInit ()
 Called on initialization.
 
void SetupFOV ()
 
void OnInit ()
 Called on initialization.
 

Additional Inherited Members

- Public Member Functions inherited from CameraManager
proto external CameraBase CurrentCamera ()
 Returns the current camera.
 
proto external bool SetCamera (CameraBase pCam)
 Set the current camera, it should be alreday registered in this Camera Manager.
 
proto external void SetNextCamera ()
 Set the next camera in the list as current camera.
 
proto external void SetPreviousCamera ()
 Set the previous camera in the list as current camera.
 
proto external int GetCamerasList (out notnull array< CameraBase > outCameras)
 Return the list of all cameras.
 
proto external void SetOverlayCamera (CameraBase pCam)
 Set the current overlay camera.
 
proto external CameraBase GetOverlayCamera ()
 Get the current overlay camera.
 
proto external void SetFirstPersonFOV (float fieldOfView)
 Sets default first person field of view.
 
proto external float GetFirstPersonFOV ()
 Returns default first person field of view.
 
proto external void SetThirdPersonFOV (float fieldOfView)
 Sets default first person field of view.
 
proto external float GetThirdPersonFOV ()
 Returns default third person field of view.
 
proto external void SetVehicleFOV (float fieldOfView)
 Sets default vehicle field of view.
 
proto external float GetVehicleFOV ()
 Returns default vehicle field of view.
 
proto external float GetClampedFOV (float fieldOfView)
 Returns value clamped between min and max settings.
 
proto external float GetMinFOV ()
 Returns minimum allowed field of view value.
 
proto external float GetMaxFOV ()
 Returns maximum allowed field of view value.
 

Member Function Documentation

◆ OnInit()

override void SCR_CameraManager.OnInit ( )
protected

Called on initialization.

Implements CameraManager.

◆ SetupFOV()

void SCR_CameraManager.SetupFOV ( )
protected

The documentation for this interface was generated from the following file: