![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | TimeAndWeatherManagerEntityClass |
| class | TimeAndWeatherManagerEntity |
| class | SCR_DayTimeInfoBase |
| class | SCR_DayTimeInfoAuto |
| class | SCR_WindDirectionInfo |
Typedefs | |
| typedef func | SCR_TimeAndWeatherManager_OnWeatherStatePreview |
| typedef func | SCR_TimeAndWeatherManager_OnWindPreview |
| typedef func | SCR_TimeAndWeatherManager_OnDateTimePreview |
| typedef func | ScriptInvokerOnWindOverrideDataChangedMethod |
| typedef ScriptInvokerBase< ScriptInvokerOnWindOverrideDataChangedMethod > | ScriptInvokerOnWindOverrideDataChanged |
| typedef func | ScriptInvokerOnWeatherChangedMethod |
| typedef ScriptInvokerBase< ScriptInvokerOnWeatherChangedMethod > | ScriptInvokerOnWeatherChanged |
Enumerations | |
| enum | EMoonPhaseEnums { IGNORE , BEFORE_FULL_MOON , AFTER_FULL_MOON } |
Variables | |
| TimeAndWeatherManagerEntity | m_iHours |
| Simple container holding in-game time data in hours, minutes, seconds format. | |
| int | m_iMinutes |
| In-game seconds <0, 60>. | |
| int | m_iSeconds |
| EDayTimeEnums | m_DayTimeEnum |
| ref SCR_UIInfo | m_UIInfo |
| float | m_fTimeOfDay = -1 |
| int | m_iWindDirection |
| enum EMoonPhaseEnums | DAYTIME_DAWN |
| enum EMoonPhaseEnums | DAYTIME_MORNING |
| enum EMoonPhaseEnums | DAYTIME_AFTERNOON |
| enum EMoonPhaseEnums | DAYTIME_DUSK |
| enum EMoonPhaseEnums | DAYTIME_EVENING |
Definition at line 13 of file TimeAndWeatherManagerEntity.c.
Definition at line 7 of file TimeAndWeatherManagerEntity.c.
Definition at line 10 of file TimeAndWeatherManagerEntity.c.
| typedef ScriptInvokerBase<ScriptInvokerOnWeatherChangedMethod> ScriptInvokerOnWeatherChanged |
Definition at line 21 of file TimeAndWeatherManagerEntity.c.
Definition at line 20 of file TimeAndWeatherManagerEntity.c.
| typedef ScriptInvokerBase<ScriptInvokerOnWindOverrideDataChangedMethod> ScriptInvokerOnWindOverrideDataChanged |
Definition at line 17 of file TimeAndWeatherManagerEntity.c.
Definition at line 16 of file TimeAndWeatherManagerEntity.c.
| enum EMoonPhaseEnums |
| Enumerator | |
|---|---|
| IGNORE | |
| BEFORE_FULL_MOON | |
| AFTER_FULL_MOON | |
Definition at line 1260 of file TimeAndWeatherManagerEntity.c.
| class SCR_DayTimeInfoBase BaseContainerProps | ( | ) |
|
protected |
Gets time of day in seconds. This is when the time of day starts
Definition at line 27 of file TimeAndWeatherManagerEntity.c.
|
protected |
Gets time of day in seconds. This is when the time of day starts. Used when init other times of day
| daytimeInfo | array of other time of days to get info from |
Definition at line 43 of file TimeAndWeatherManagerEntity.c.
|
protected |
Gets time of day enum
Definition at line 19 of file TimeAndWeatherManagerEntity.c.
|
protected |
Gets time of day UI info
Definition at line 11 of file TimeAndWeatherManagerEntity.c.
|
protected |
Definition at line 8 of file TimeAndWeatherManagerEntity.c.
|
protected |
Definition at line 15 of file TimeAndWeatherManagerEntity.c.
| SCR_DayTimeInfoAuto SCR_DayTimeInfoBase SCR_BaseContainerCustomTitleEnum | ( | EDayTimeEnums | , |
| "m_dayTimeEnum" | ) |
Definition at line 1064 of file TimeAndWeatherManagerEntity.c.
| class SCR_WindDirectionInfo SCR_BaseContainerCustomTitleUIInfo | ( | "m_UIInfo" | ) |
Before full moon means first quarter and waxing Crescent/Gibbous\ After full moon meaning it is third Quarter and Waning Crescent/Gibbous\ Ignore means full moon or new moon
| moonPhaseAmount | |
| beforeOrAfterFullMoon |
Definition at line 1219 of file TimeAndWeatherManagerEntity.c.
| void SCR_TimeAndWeatherManager_OnDateTimePreview | ( | bool | previewEnabled, |
| int | year, | ||
| int | month, | ||
| int | day, | ||
| float | timeOfTheDay ) |
| TimeAndWeatherManagerEntityClass BaseTimeAndWeatherManagerEntityClass SCR_TimeAndWeatherManager_OnWeatherStatePreview | ( | bool | previewEnabled, |
| string | weatherState ) |
| void SCR_TimeAndWeatherManager_OnWindPreview | ( | bool | previewEnabled, |
| float | windSpeed, | ||
| float | windDirectionDegrees ) |
| void ScriptInvokerOnWeatherChangedMethod | ( | notnull TimeAndWeatherManagerEntity | manager, |
| int | currentStateId, | ||
| int | nextStateId, | ||
| bool | transitioning ) |
| void ScriptInvokerOnWindOverrideDataChangedMethod | ( | notnull TimeAndWeatherManagerEntity | manager, |
| bool | currentState, | ||
| float | currentSpeed, | ||
| float | currentDirection ) |
|
protected |
Sets the starting time of the time of day in seconds
| daytimeInfo | array of other time of days to get info from |
| timeAndWeatherEntity | |
| year | |
| month | |
| day |
Definition at line 58 of file TimeAndWeatherManagerEntity.c.
Creates new time container from provided params. Actual values can be retrieved via TimeAndWeatherManagerEntity.
| hours | Hours <0,24> |
| minutes | Minutes <0,60> |
| seconds | Seconds <0,60> |
| hours | |
| minutes | |
| seconds |
Definition at line 947 of file TimeAndWeatherManagerEntity.c.
| float ToTimeOfTheDay | ( | ) |
Definition at line 991 of file TimeAndWeatherManagerEntity.c.
| enum EMoonPhaseEnums DAYTIME_AFTERNOON |
| enum EMoonPhaseEnums DAYTIME_DAWN |
| enum EMoonPhaseEnums DAYTIME_DUSK |
| enum EMoonPhaseEnums DAYTIME_EVENING |
| enum EMoonPhaseEnums DAYTIME_MORNING |
|
protected |
Definition at line 1 of file TimeAndWeatherManagerEntity.c.
|
protected |
Definition at line 6 of file TimeAndWeatherManagerEntity.c.
| TimeAndWeatherManagerEntity m_iHours |
Simple container holding in-game time data in hours, minutes, seconds format.
< In-game hours <0, 24> In-game minutes <0, 60>
| int m_iMinutes |
In-game seconds <0, 60>.
Definition at line 930 of file TimeAndWeatherManagerEntity.c.
| int m_iSeconds |
Definition at line 932 of file TimeAndWeatherManagerEntity.c.
|
protected |
Definition at line 4 of file TimeAndWeatherManagerEntity.c.
|
protected |
Definition at line 4 of file TimeAndWeatherManagerEntity.c.