Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_InterfaceSettings.c
Go to the documentation of this file.
2{
3 [Attribute("1")]
4 bool m_bShowChat;
5
6 [Attribute("1")]
7 bool m_bShowNotifications;
8
9 [Attribute("1")]
10 bool m_bShowVoN;
11
12 [Attribute("1")]
13 bool m_bShowControlHints;
14
15 [Attribute("1")]
16 bool m_bShowHints;
17
18 [Attribute("1")]
19 bool m_bShowNearbyInteractions;
20
21 [Attribute("1")]
22 bool m_bShowNameTags;
23
24 [Attribute("1")]
25 bool m_bShowFPS;
26
27 [Attribute("1")]
28 bool m_bShowServerFPS;
29
30 [Attribute("1")]
31 bool m_bShowPacketLoss;
32
33 [Attribute("1")]
34 bool m_bShowLatency;
35
36 [Attribute("1")]
37 bool m_bShowGameVersion;
38
39 [Attribute("1")]
40 bool m_bShowWeaponInfo;
41
42 [Attribute("1")]
43 bool m_bShowVehicleInfo;
44
45 [Attribute("1")]
46 bool m_bShowServerName;
47
48 [Attribute("1")]
49 bool m_bShowInteractionHint;
50
51 [Attribute("1")]
52 bool m_bShowProjectileBallisticInfo;
53}
By inheriting of this class you define a settings module.
SCR_FieldOfViewSettings Attribute