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

Public Member Functions

override void HandlerAttached (Widget w)
 
void SetErrorMessage (string message)
 
string GetErrorMessage ()
 
void SetErrorDetail (string strDetail)
 

Static Public Member Functions

static SCR_ErrorDialog FindErrorComponent (notnull Widget w)
 

Static Public Attributes

const string WIDGET_TEXT_DETAIL = "TxtDetail"
 
const string WIDGET_IMG_LINE = "ImgLine"
 

Protected Attributes

TextWidget m_wTxtDetail
 
ImageWidget m_wImgLine
 
string m_sErrorMessage
 

Member Function Documentation

◆ FindErrorComponent()

static SCR_ErrorDialog SCR_ErrorDialog.FindErrorComponent ( notnull Widget w)
static

◆ GetErrorMessage()

string SCR_ErrorDialog.GetErrorMessage ( )

◆ HandlerAttached()

override void SCR_ErrorDialog.HandlerAttached ( Widget w)

Implemented in SCR_RejoinDialog.

◆ SetErrorDetail()

void SCR_ErrorDialog.SetErrorDetail ( string strDetail)

◆ SetErrorMessage()

void SCR_ErrorDialog.SetErrorMessage ( string message)

Member Data Documentation

◆ m_sErrorMessage

string SCR_ErrorDialog.m_sErrorMessage
protected

◆ m_wImgLine

ImageWidget SCR_ErrorDialog.m_wImgLine
protected

◆ m_wTxtDetail

TextWidget SCR_ErrorDialog.m_wTxtDetail
protected

◆ WIDGET_IMG_LINE

const string SCR_ErrorDialog.WIDGET_IMG_LINE = "ImgLine"
static

◆ WIDGET_TEXT_DETAIL

const string SCR_ErrorDialog.WIDGET_TEXT_DETAIL = "TxtDetail"
static

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