Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DayTimeInfoBase Class Reference
Inheritance diagram for SCR_DayTimeInfoBase:
SCR_DayTimeInfoAuto

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

Detailed Description

Definition at line 998 of file TimeAndWeatherManagerEntity.c.

Member Function Documentation

◆ Clear()

void SCR_DayTimeInfoBase::Clear ( )
inlineprotected

Clear the data.

Definition at line 1034 of file TimeAndWeatherManagerEntity.c.

◆ GetDayTime() [1/2]

float SCR_DayTimeInfoBase::GetDayTime ( )
inlineprotected

Gets time of day in seconds. This is when the time of day starts

Returns
seconds of starting time of time of day

Definition at line 1027 of file TimeAndWeatherManagerEntity.c.

◆ GetDayTime() [2/2]

float SCR_DayTimeInfoBase::GetDayTime ( notnull array< ref SCR_DayTimeInfoBase > daytimeInfo,
TimeAndWeatherManagerEntity timeAndWeatherEntity )
inlineprotected

Gets time of day in seconds. This is when the time of day starts. Used when init other times of day

Parameters
daytimeInfoarray of other time of days to get info from
Returns
seconds of starting time of time of day

Definition at line 1043 of file TimeAndWeatherManagerEntity.c.

◆ GetDaytimeEnum()

EDayTimeEnums SCR_DayTimeInfoBase::GetDaytimeEnum ( )
inlineprotected

Gets time of day enum

Returns
time of day enum

Definition at line 1019 of file TimeAndWeatherManagerEntity.c.

◆ GetDayTimeUIInfo()

SCR_UIInfo SCR_DayTimeInfoBase::GetDayTimeUIInfo ( )
inlineprotected

Gets time of day UI info

Returns
SCR_UIInfo ui info of time of day

Definition at line 1011 of file TimeAndWeatherManagerEntity.c.

◆ SetDayTime()

void SCR_DayTimeInfoBase::SetDayTime ( notnull array< ref SCR_DayTimeInfoBase > daytimeInfo,
TimeAndWeatherManagerEntity timeAndWeatherEntity,
int year = -1,
int month = -1,
int day = -1 )
inlineprotected

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

Definition at line 1058 of file TimeAndWeatherManagerEntity.c.

Member Data Documentation

◆ m_DayTimeEnum

EDayTimeEnums SCR_DayTimeInfoBase::m_DayTimeEnum
protected

Definition at line 1001 of file TimeAndWeatherManagerEntity.c.

◆ m_fTimeOfDay

float SCR_DayTimeInfoBase::m_fTimeOfDay = -1
protected

Definition at line 1006 of file TimeAndWeatherManagerEntity.c.

◆ m_UIInfo

ref SCR_UIInfo SCR_DayTimeInfoBase::m_UIInfo
protected

Definition at line 1004 of file TimeAndWeatherManagerEntity.c.


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