Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
PlayerCamera.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
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
CameraBaseClass
Definition
CameraBase.c:13
PlayerCameraClass
Definition
PlayerCamera.c:13
GetFocusMode
PlayerCameraClass CameraBaseClass GetFocusMode()
Returns the current value of focus mode in the <0,1> range.
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.
scripts
Game
generated
Camera
PlayerCamera.c
Generated by
1.17.0