Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
errorproperties.c File Reference

Go to the source code of this file.

Classes

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.
 
int m_DialogButtonType
 
int m_DefaultButton
 
int m_DialogMeaningType
 
UIScriptedMenu m_Handler
 
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 )
protected

Definition at line 45 of file errorproperties.c.

◆ GetDefaultButton()

int GetDefaultButton ( )
protected

Definition at line 78 of file errorproperties.c.

◆ GetDialogButtonType()

int GetDialogButtonType ( )
protected

Definition at line 77 of file errorproperties.c.

◆ GetDialogMeaningType()

int GetDialogMeaningType ( )
protected

Definition at line 79 of file errorproperties.c.

◆ GetHandler()

UIScriptedMenu GetHandler ( )
protected

Definition at line 80 of file errorproperties.c.

◆ GetHeader()

string GetHeader ( )
protected

Definition at line 76 of file errorproperties.c.

◆ HandleError()

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

Definition at line 55 of file errorproperties.c.

Variable Documentation

◆ m_DefaultButton

int m_DefaultButton
protected

Definition at line 40 of file errorproperties.c.

◆ m_DialogButtonType

int m_DialogButtonType
protected

Definition at line 39 of file errorproperties.c.

◆ m_DialogMeaningType

int m_DialogMeaningType
protected

Definition at line 41 of file errorproperties.c.

◆ m_DisplayAdditionalInfo

bool m_DisplayAdditionalInfo
protected

Definition at line 43 of file errorproperties.c.

◆ m_Handler

UIScriptedMenu m_Handler
protected

Definition at line 42 of file errorproperties.c.

◆ m_Header

class ErrorProperties m_Header

Error which shows a generic Dialogue UI.