![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
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 |
| 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.
| int GetDefaultButton | ( | ) |
Definition at line 78 of file errorproperties.c.
| int GetDialogButtonType | ( | ) |
Definition at line 77 of file errorproperties.c.
| int GetDialogMeaningType | ( | ) |
Definition at line 79 of file errorproperties.c.
| UIScriptedMenu GetHandler | ( | ) |
Definition at line 80 of file errorproperties.c.
| string GetHeader | ( | ) |
Definition at line 76 of file errorproperties.c.
Definition at line 55 of file errorproperties.c.
| protected int m_DefaultButton |
Definition at line 40 of file errorproperties.c.
| protected int m_DialogButtonType |
Definition at line 39 of file errorproperties.c.
| protected int m_DialogMeaningType |
Definition at line 41 of file errorproperties.c.
| protected bool m_DisplayAdditionalInfo |
Definition at line 43 of file errorproperties.c.
| protected UIScriptedMenu m_Handler |
Definition at line 42 of file errorproperties.c.
| class ErrorProperties m_Header |
Error which shows a generic Dialogue UI.