Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TimeAndWeatherState.c
Go to the documentation of this file.
3{
4 [Attribute(desc: "The name of the weather preference as it can be found in weatherStates.conf.")]
5 protected string m_sWeatherPresetName;
6
7 [Attribute("8", UIWidgets.Slider, desc: "Starting time of day (hour)", "0 23 1")]
8 protected int m_iStartingHour;
9
10 [Attribute("0", UIWidgets.Slider, "Starting time of day (minutes)", "0 59 1")]
11 protected int m_iStartingMinutes;
12
13 //------------------------------------------------------------------------------------------------
15 {
16 return m_iStartingHour;
17 }
18
19 //------------------------------------------------------------------------------------------------
21 {
22 return m_iStartingMinutes;
23 }
24
25 //------------------------------------------------------------------------------------------------
27 {
29 }
30}
31
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
SCR_FieldOfViewSettings Attribute