Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SCR_DayTimeInfoAuto Interface Reference
Inheritance diagram for SCR_DayTimeInfoAuto:
[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.
 

Additional Inherited Members

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

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

Implements SCR_DayTimeInfoBase.


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