|
Arma Reforger Script API
|
Public Member Functions | |
| override void | SetDayTime (notnull array< ref SCR_DayTimeInfoBase > daytimeInfo, TimeAndWeatherManagerEntity timeAndWeatherEntity, int year=-1, int month=-1, int day=-1) |
| Sets the starting time of the time of day in seconds. | |
Public Member Functions inherited from SCR_DayTimeInfoBase | |
| SCR_UIInfo | GetDayTimeUIInfo () |
| Gets time of day UI info. | |
| EDayTimeEnums | GetDaytimeEnum () |
| Gets time of day enum. | |
| float | GetDayTime () |
| Gets time of day in seconds. | |
| void | Clear () |
| Clear the data. | |
| float | GetDayTime (notnull array< ref SCR_DayTimeInfoBase > daytimeInfo, TimeAndWeatherManagerEntity timeAndWeatherEntity) |
| Gets time of day in seconds. | |
Additional Inherited Members | |
Protected Attributes inherited from SCR_DayTimeInfoBase | |
| EDayTimeEnums | m_DayTimeEnum |
| ref SCR_UIInfo | m_UIInfo |
| float | m_fTimeOfDay = -1 |
| override void SCR_DayTimeInfoAuto.SetDayTime | ( | notnull array< ref SCR_DayTimeInfoBase > | daytimeInfo, |
| TimeAndWeatherManagerEntity | timeAndWeatherEntity, | ||
| int | year = -1, | ||
| int | month = -1, | ||
| int | day = -1 ) |
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 |
Implements SCR_DayTimeInfoBase.