Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
PlayerCamera.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
12
class
PlayerCameraClass
:
CameraBaseClass
13
{
14
}
15
16
class
PlayerCamera: CameraBase
17
{
19
proto external
float
GetFocusMode
();
21
proto external
float
GetFocusFOV
();
23
proto external
float
GetFocusFOVScale
(
float
baseFOV,
float
scalar);
24
}
25
GetFocusFOVScale
proto external float GetFocusFOVScale(float baseFOV, float scalar)
Returns interpolated value from baseFOV to focusFOV based on the input scalar value.
GetFocusFOV
proto external float GetFocusFOV()
Returns the focus field of view in degrees.
PlayerCameraClass
Definition:
PlayerCamera.c:12
CameraBaseClass
Definition:
CameraBase.c:12
GetFocusMode
proto external float GetFocusMode()
Returns the current value of the focus mode.
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
Camera
PlayerCamera.c
Generated by
1.8.17