Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_DayTimeInfoStatic Interface Reference
Inheritance diagram for SCR_DayTimeInfoStatic:
[legend]

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.
 
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.
 

Protected Attributes

int m_iHour
 
- Protected Attributes inherited from SCR_DayTimeInfoBase
EDayTimeEnums m_DayTimeEnum
 
ref SCR_UIInfo m_UIInfo
 
float m_fTimeOfDay = -1
 

Member Function Documentation

◆ SetDayTime()

override void SCR_DayTimeInfoStatic.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.

Parameters
daytimeInfoarray of other time of days to get info from
timeAndWeatherEntity
year
month
day

Implements SCR_DayTimeInfoBase.

Member Data Documentation

◆ m_iHour

int SCR_DayTimeInfoStatic.m_iHour
protected

The documentation for this interface was generated from the following file: