![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| SCR_UIInfo | GetDayTimeUIInfo () |
| EDayTimeEnums | GetDaytimeEnum () |
| float | GetDayTime () |
| void | Clear () |
| Clear the data. | |
| float | GetDayTime (notnull array< ref SCR_DayTimeInfoBase > daytimeInfo, TimeAndWeatherManagerEntity timeAndWeatherEntity) |
| void | SetDayTime (notnull array< ref SCR_DayTimeInfoBase > daytimeInfo, TimeAndWeatherManagerEntity timeAndWeatherEntity, int year=-1, int month=-1, int day=-1) |
Protected Attributes | |
| EDayTimeEnums | m_DayTimeEnum |
| ref SCR_UIInfo | m_UIInfo |
| float | m_fTimeOfDay = -1 |
Definition at line 998 of file TimeAndWeatherManagerEntity.c.
|
inlineprotected |
Clear the data.
Definition at line 1034 of file TimeAndWeatherManagerEntity.c.
|
inlineprotected |
Gets time of day in seconds. This is when the time of day starts
Definition at line 1027 of file TimeAndWeatherManagerEntity.c.
|
inlineprotected |
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 1043 of file TimeAndWeatherManagerEntity.c.
|
inlineprotected |
Gets time of day enum
Definition at line 1019 of file TimeAndWeatherManagerEntity.c.
|
inlineprotected |
Gets time of day UI info
Definition at line 1011 of file TimeAndWeatherManagerEntity.c.
|
inlineprotected |
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 1058 of file TimeAndWeatherManagerEntity.c.
|
protected |
Definition at line 1001 of file TimeAndWeatherManagerEntity.c.
|
protected |
Definition at line 1006 of file TimeAndWeatherManagerEntity.c.
|
protected |
Definition at line 1004 of file TimeAndWeatherManagerEntity.c.