Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
errorproperties.c File Reference

Go to the source code of this file.

Data Structures

class  ErrorProperties
 Class which holds the properties and handling of an error. More...
 

Functions

void DialogueErrorProperties (string message, string serverMessage, string header, UIScriptedMenu handler=null, int dialogButtonType=DBT_OK, int defaultButton=DBB_OK, int dialogMeaningType=DMT_EXCLAMATION, bool displayAdditionalInfo=true)
 
override void HandleError (int errorCode, string additionalInfo="")
 
string GetHeader ()
 
int GetDialogButtonType ()
 
int GetDefaultButton ()
 
int GetDialogMeaningType ()
 
UIScriptedMenu GetHandler ()
 

Variables

class ErrorProperties m_Header
 Error which shows a generic Dialogue UI. More...
 
protected int m_DialogButtonType
 
protected int m_DefaultButton
 
protected int m_DialogMeaningType
 
protected UIScriptedMenu m_Handler
 
protected bool m_DisplayAdditionalInfo
 

Function Documentation

◆ DialogueErrorProperties()

void DialogueErrorProperties ( string  message,
string  serverMessage,
string  header,
UIScriptedMenu  handler = null,
int  dialogButtonType = DBT_OK,
int  defaultButton = DBB_OK,
int  dialogMeaningType = DMT_EXCLAMATION,
bool  displayAdditionalInfo = true 
)

Definition at line 45 of file errorproperties.c.

◆ GetDefaultButton()

int GetDefaultButton ( )

Definition at line 78 of file errorproperties.c.

◆ GetDialogButtonType()

int GetDialogButtonType ( )

Definition at line 77 of file errorproperties.c.

◆ GetDialogMeaningType()

int GetDialogMeaningType ( )

Definition at line 79 of file errorproperties.c.

◆ GetHandler()

UIScriptedMenu GetHandler ( )

Definition at line 80 of file errorproperties.c.

◆ GetHeader()

string GetHeader ( )

Definition at line 76 of file errorproperties.c.

◆ HandleError()

override void HandleError ( int  errorCode,
string  additionalInfo = "" 
)

Definition at line 55 of file errorproperties.c.

Variable Documentation

◆ m_DefaultButton

protected int m_DefaultButton

Definition at line 40 of file errorproperties.c.

◆ m_DialogButtonType

protected int m_DialogButtonType

Definition at line 39 of file errorproperties.c.

◆ m_DialogMeaningType

protected int m_DialogMeaningType

Definition at line 41 of file errorproperties.c.

◆ m_DisplayAdditionalInfo

protected bool m_DisplayAdditionalInfo

Definition at line 43 of file errorproperties.c.

◆ m_Handler

protected UIScriptedMenu m_Handler

Definition at line 42 of file errorproperties.c.

◆ m_Header

class ErrorProperties m_Header

Error which shows a generic Dialogue UI.