Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MoonPhaseUIInfo.c
Go to the documentation of this file.
3{
4 [Attribute()]
6
7 protected float m_fMoonphaseImageRotation = 0;
8
9 //------------------------------------------------------------------------------------------------
13 {
14 return m_sSimplifiedName;
15 }
16
17 //------------------------------------------------------------------------------------------------
20 void SetMoonphaseImageRotation(bool northernHemisphere)
21 {
22 if (northernHemisphere)
24 else
26 }
27
28 //------------------------------------------------------------------------------------------------
36}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_PlayerCommandingConfigActionPair Managed SCR_BaseContainerLocalizedTitleField("m_sCommandName")
void SetMoonphaseImageRotation(bool northernHemisphere)
LocalizedString m_sSimplifiedName
SCR_FieldOfViewSettings Attribute