Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_RejoinDialog Interface Reference
Inheritance diagram for SCR_RejoinDialog:
SCR_ErrorDialog

Public Member Functions

ScriptInvoker GetEventOnTimerChanged ()
 
override void HandlerAttached (Widget w)
 
void RunTimer (bool run)
 
void SetTimer (int time)
 
int GetTimer ()
 
void ShowLoading (bool show)
 
- Public Member Functions inherited from SCR_ErrorDialog
void SetErrorMessage (string message)
 
string GetErrorMessage ()
 
void SetErrorDetail (string strDetail)
 

Static Public Member Functions

static SCR_RejoinDialog FindRejoinComponent (notnull Widget w)
 
- Static Public Member Functions inherited from SCR_ErrorDialog
static SCR_ErrorDialog FindErrorComponent (notnull Widget w)
 

Static Public Attributes

const string WIDGET_TXT_TIMER = "Timer"
 
const string WIDGET_LOADING = "Loading"
 
- Static Public Attributes inherited from SCR_ErrorDialog
const string WIDGET_TEXT_DETAIL = "TxtDetail"
 
const string WIDGET_IMG_LINE = "ImgLine"
 

Protected Member Functions

void InvokeEventOnTimerChanged (int arg0)
 
void DecreaseTime ()
 

Protected Attributes

TextWidget m_wTimer
 
Widget m_wLoading
 
int m_iTimer
 
ref ScriptInvoker< int > Event_OnTimerChanged
 
- Protected Attributes inherited from SCR_ErrorDialog
TextWidget m_wTxtDetail
 
ImageWidget m_wImgLine
 
string m_sErrorMessage
 

Member Function Documentation

◆ DecreaseTime()

void SCR_RejoinDialog.DecreaseTime ( )
protected

◆ FindRejoinComponent()

static SCR_RejoinDialog SCR_RejoinDialog.FindRejoinComponent ( notnull Widget w)
static

◆ GetEventOnTimerChanged()

ScriptInvoker SCR_RejoinDialog.GetEventOnTimerChanged ( )

◆ GetTimer()

int SCR_RejoinDialog.GetTimer ( )

◆ HandlerAttached()

override void SCR_RejoinDialog.HandlerAttached ( Widget w)

Implements SCR_ErrorDialog.

◆ InvokeEventOnTimerChanged()

void SCR_RejoinDialog.InvokeEventOnTimerChanged ( int arg0)
protected

◆ RunTimer()

void SCR_RejoinDialog.RunTimer ( bool run)

◆ SetTimer()

void SCR_RejoinDialog.SetTimer ( int time)

◆ ShowLoading()

void SCR_RejoinDialog.ShowLoading ( bool show)

Member Data Documentation

◆ Event_OnTimerChanged

ref ScriptInvoker<int> SCR_RejoinDialog.Event_OnTimerChanged
protected

◆ m_iTimer

int SCR_RejoinDialog.m_iTimer
protected

◆ m_wLoading

Widget SCR_RejoinDialog.m_wLoading
protected

◆ m_wTimer

TextWidget SCR_RejoinDialog.m_wTimer
protected

◆ WIDGET_LOADING

const string SCR_RejoinDialog.WIDGET_LOADING = "Loading"
static

◆ WIDGET_TXT_TIMER

const string SCR_RejoinDialog.WIDGET_TXT_TIMER = "Timer"
static

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