Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
LoginScreenBase Class Reference

Protected Member Functions

bool CanChangeHintPage (float timeAccu)

Protected Attributes

ButtonWidget m_btnLeave
bool m_IsRespawn
TextWidget m_txtDescription
TextWidget m_txtLabel

Private Member Functions

void ~LoginTimeBase ()
void Hide ()
override Widget Init ()
bool IsRespawn ()
void LoginTimeBase ()
override bool OnClick (Widget w, int x, int y, int button)
void SetRespawn (bool value)
void SetStatus (string status)
void SetTime (int time)
void Show ()

Private Attributes

ref FullTimeData m_FullTime

Detailed Description

Definition at line 205 of file dayzgame.c.

Constructor & Destructor Documentation

◆ ~LoginTimeBase()

void ~LoginTimeBase ( )
inlineprivate

Definition at line 223 of file dayzgame.c.

References g_Game, and m_FullTime.

Member Function Documentation

◆ CanChangeHintPage()

bool CanChangeHintPage ( float timeAccu)
inlineprotected

◆ Hide()

void Hide ( )
inlineprivate

Definition at line 275 of file dayzgame.c.

References m_HintPanel.

◆ Init()

◆ IsRespawn()

bool IsRespawn ( )
inlineprivate

Definition at line 318 of file dayzgame.c.

References m_IsRespawn.

◆ LoginTimeBase()

void LoginTimeBase ( )
inlineprivate

Definition at line 215 of file dayzgame.c.

References g_Game, m_FullTime, and m_IsRespawn.

◆ OnClick()

override bool OnClick ( Widget w,
int x,
int y,
int button )
inlineprivate

Definition at line 255 of file dayzgame.c.

References m_btnLeave, x, and y.

◆ SetRespawn()

void SetRespawn ( bool value)
inlineprivate

Definition at line 313 of file dayzgame.c.

References m_IsRespawn.

◆ SetStatus()

void SetStatus ( string status)
inlineprivate

Definition at line 308 of file dayzgame.c.

References m_txtDescription.

◆ SetTime()

void SetTime ( int time)
inlineprivate

Definition at line 282 of file dayzgame.c.

References string::Format(), g_Game, m_FullTime, m_IsRespawn, and m_txtLabel.

◆ Show()

void Show ( )
inlineprivate

Definition at line 266 of file dayzgame.c.

References m_HintPanel.

Field Documentation

◆ m_btnLeave

ButtonWidget m_btnLeave
protected

Definition at line 209 of file dayzgame.c.

Referenced by Init(), and OnClick().

◆ m_FullTime

ref FullTimeData m_FullTime
private

Definition at line 213 of file dayzgame.c.

Referenced by ~LoginTimeBase(), CanChangeHintPage(), LoginTimeBase(), and SetTime().

◆ m_IsRespawn

bool m_IsRespawn
protected

Definition at line 211 of file dayzgame.c.

Referenced by IsRespawn(), LoginTimeBase(), SetRespawn(), and SetTime().

◆ m_txtDescription

TextWidget m_txtDescription
protected

Definition at line 207 of file dayzgame.c.

Referenced by Init(), and SetStatus().

◆ m_txtLabel

TextWidget m_txtLabel
protected

Definition at line 208 of file dayzgame.c.

Referenced by Init(), and SetTime().


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