Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_FixedFOVInfo.c
Go to the documentation of this file.
1
class
SCR_FixedFOVInfo
:
ScriptedSightsFOVInfo
2
{
3
[
Attribute
(
"60.0"
,
UIWidgets
.Slider,
desc
:
"Fixed field of view in degrees."
,
params
:
"0.1 179.9 0.1"
)]
4
protected
float
m_fFieldOfView
;
5
10
protected
override
float
GetCurrentFOV
() {
return
m_fFieldOfView
; };
11
};
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition
SCR_RespawnBriefingComponent.c:17
params
category params
Definition
SCR_SpherePointGeneratorPreviewComponent.c:21
SCR_FixedFOVInfo
Definition
SCR_FixedFOVInfo.c:2
SCR_FixedFOVInfo::GetCurrentFOV
override float GetCurrentFOV()
Definition
SCR_FixedFOVInfo.c:10
SCR_FixedFOVInfo::m_fFieldOfView
float m_fFieldOfView
Definition
SCR_FixedFOVInfo.c:4
ScriptedSightsFOVInfo
Definition
ScriptedSightsFOVInfo.c:8
UIWidgets
Definition
attributes.c:40
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
Weapon
Sights
SightsFOVInfo
SCR_FixedFOVInfo.c
Generated by
1.17.0