Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
PlayerCamera.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
16class PlayerCamera: CameraBase
17{
19 proto external float GetFocusMode();
21 proto external float GetFocusFOV();
23 proto external float GetFocusFOVScale(float baseFOV, float scalar);
24}
25
PlayerCameraClass CameraBaseClass GetFocusMode()
Returns the current value of focus mode in the <0,1> range.
proto external float GetFocusFOVScale(float baseFOV, float scalar)
Returns interpolated value from baseFOV to focusFOV based on the input scalar value.
proto external float GetFocusFOV()
Returns the focus field of view in degrees.