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

Protected Member Functions

void UpdateIngameDate ()
override void HandlerAttached (Widget w)
override void HandlerDeattached (Widget w)

Protected Attributes

string m_sDateTextName
string m_sDayTextName
bool m_bMonthAsText
float m_fUpdateFreq
int m_iDayLastCheckedYear = -1
int m_iDayLastCheckedMonth = -1
int m_iDayLastCheckedDay = -1
TextWidget m_DateText
TextWidget m_DayText
TimeAndWeatherManagerEntity m_TimeAndWeatherManagerEntity

Detailed Description

Definition at line 1 of file SCR_IngameDateUIComponent.c.

Member Function Documentation

◆ HandlerAttached()

override void SCR_IngameDateUIComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 51 of file SCR_IngameDateUIComponent.c.

◆ HandlerDeattached()

override void SCR_IngameDateUIComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 77 of file SCR_IngameDateUIComponent.c.

◆ UpdateIngameDate()

void SCR_IngameDateUIComponent::UpdateIngameDate ( )
inlineprotected

Definition at line 25 of file SCR_IngameDateUIComponent.c.

Member Data Documentation

◆ m_bMonthAsText

bool SCR_IngameDateUIComponent::m_bMonthAsText
protected

Definition at line 10 of file SCR_IngameDateUIComponent.c.

◆ m_DateText

TextWidget SCR_IngameDateUIComponent::m_DateText
protected

Definition at line 20 of file SCR_IngameDateUIComponent.c.

◆ m_DayText

TextWidget SCR_IngameDateUIComponent::m_DayText
protected

Definition at line 21 of file SCR_IngameDateUIComponent.c.

◆ m_fUpdateFreq

float SCR_IngameDateUIComponent::m_fUpdateFreq
protected

Definition at line 13 of file SCR_IngameDateUIComponent.c.

◆ m_iDayLastCheckedDay

int SCR_IngameDateUIComponent::m_iDayLastCheckedDay = -1
protected

Definition at line 17 of file SCR_IngameDateUIComponent.c.

◆ m_iDayLastCheckedMonth

int SCR_IngameDateUIComponent::m_iDayLastCheckedMonth = -1
protected

Definition at line 16 of file SCR_IngameDateUIComponent.c.

◆ m_iDayLastCheckedYear

int SCR_IngameDateUIComponent::m_iDayLastCheckedYear = -1
protected

Definition at line 15 of file SCR_IngameDateUIComponent.c.

◆ m_sDateTextName

string SCR_IngameDateUIComponent::m_sDateTextName
protected

Definition at line 4 of file SCR_IngameDateUIComponent.c.

◆ m_sDayTextName

string SCR_IngameDateUIComponent::m_sDayTextName
protected

Definition at line 7 of file SCR_IngameDateUIComponent.c.

◆ m_TimeAndWeatherManagerEntity

TimeAndWeatherManagerEntity SCR_IngameDateUIComponent::m_TimeAndWeatherManagerEntity
protected

Definition at line 22 of file SCR_IngameDateUIComponent.c.


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