![]() |
Dayz Explorer 1.28.160049
|
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 |
|
protected |
Definition at line 45 of file errorproperties.c.
|
protected |
Definition at line 78 of file errorproperties.c.
|
protected |
Definition at line 77 of file errorproperties.c.
|
protected |
Definition at line 79 of file errorproperties.c.
|
protected |
Definition at line 80 of file errorproperties.c.
|
protected |
Definition at line 76 of file errorproperties.c.
Definition at line 55 of file errorproperties.c.
|
protected |
Definition at line 40 of file errorproperties.c.
|
protected |
Definition at line 39 of file errorproperties.c.
|
protected |
Definition at line 41 of file errorproperties.c.
|
protected |
Definition at line 43 of file errorproperties.c.
|
protected |
Definition at line 42 of file errorproperties.c.
| class ErrorProperties m_Header |
Error which shows a generic Dialogue UI.