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_TimeAndWeatherState.c
Go to the documentation of this file.
1
[
BaseContainerProps
()]
2
class
SCR_TimeAndWeatherState
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
//------------------------------------------------------------------------------------------------
14
int
GetStartingHour
()
15
{
16
return
m_iStartingHour
;
17
}
18
19
//------------------------------------------------------------------------------------------------
20
int
GetStartingMinutes
()
21
{
22
return
m_iStartingMinutes
;
23
}
24
25
//------------------------------------------------------------------------------------------------
26
string
GetWeatherPresetName
()
27
{
28
return
m_sWeatherPresetName
;
29
}
30
}
31
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition
SCR_RespawnBriefingComponent.c:17
SCR_TimeAndWeatherState
Definition
SCR_TimeAndWeatherState.c:3
SCR_TimeAndWeatherState::GetStartingMinutes
int GetStartingMinutes()
Definition
SCR_TimeAndWeatherState.c:20
SCR_TimeAndWeatherState::GetWeatherPresetName
string GetWeatherPresetName()
Definition
SCR_TimeAndWeatherState.c:26
SCR_TimeAndWeatherState::GetStartingHour
int GetStartingHour()
Definition
SCR_TimeAndWeatherState.c:14
SCR_TimeAndWeatherState::m_sWeatherPresetName
string m_sWeatherPresetName
Definition
SCR_TimeAndWeatherState.c:5
SCR_TimeAndWeatherState::m_iStartingMinutes
int m_iStartingMinutes
Definition
SCR_TimeAndWeatherState.c:11
SCR_TimeAndWeatherState::m_iStartingHour
int m_iStartingHour
Definition
SCR_TimeAndWeatherState.c:8
UIWidgets
Definition
attributes.c:40
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
TimeAndWeather
SCR_TimeAndWeatherState.c
Generated by
1.17.0