![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| string | GetSimplifiedName () |
| void | SetMoonphaseImageRotation (bool northernHemisphere) |
| float | GetMoonphaseImageRotation () |
Protected Attributes | |
| LocalizedString | m_sSimplifiedName |
| float | m_fMoonphaseImageRotation = 0 |
Definition at line 2 of file SCR_MoonPhaseUIInfo.c.
|
inlineprotected |
Get rotation of Moon image. This will return 0 if UIInfo was set to northern Hemisphere and 180 if southern Hemisphere Use TimeAndWeatherManagerEntity.GetMoonPhaseInfoForDate() to make sure the value is set correctly
Definition at line 32 of file SCR_MoonPhaseUIInfo.c.
|
inlineprotected |
Get Simplified Name rather then full Waxing or waning Crescent it will just return Crescent
Definition at line 12 of file SCR_MoonPhaseUIInfo.c.
|
inlineprotected |
Set rotation of Moon image. This is set to 0 if Northern Hemisphere and 180 if southern Hemisphere
| if | is northern or southern Hemisphere |
Definition at line 20 of file SCR_MoonPhaseUIInfo.c.
|
protected |
Definition at line 7 of file SCR_MoonPhaseUIInfo.c.
|
protected |
Definition at line 5 of file SCR_MoonPhaseUIInfo.c.