DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | ErrorProperties |
Class which holds the properties and handling of an error. More... | |
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.
References m_DefaultButton, m_DialogButtonType, m_DialogMeaningType, m_DisplayAdditionalInfo, m_Handler, and m_Header.
Referenced by InsertDialogueErrorProperties(), InsertExtendedPrefixDialogueErrorProperties(), InsertExtendedPrefixSplitDialogueErrorProperties(), InsertHeaderDialogueErrorProperties(), InsertPrefixDialogueErrorProperties(), and InsertSplitDialogueErrorProperties().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 76 of file ErrorProperties.c.
References ErrorProperties::m_Message.
Referenced by AttachmentCategoriesRow::Init().
Definition at line 55 of file ErrorProperties.c.
References ErrorModuleHandler::GetErrorHex(), GetGame(), m_DefaultButton, m_DialogButtonType, m_DialogMeaningType, m_DisplayAdditionalInfo, m_Handler, m_Header, and ErrorProperties::m_Message.
|
protected |
Definition at line 40 of file ErrorProperties.c.
Referenced by DialogueErrorProperties(), GetDefaultButton(), and HandleError().
|
protected |
Definition at line 39 of file ErrorProperties.c.
Referenced by DialogueErrorProperties(), GetDialogButtonType(), and HandleError().
|
protected |
Definition at line 41 of file ErrorProperties.c.
Referenced by DialogueErrorProperties(), GetDialogMeaningType(), and HandleError().
|
protected |
Definition at line 43 of file ErrorProperties.c.
Referenced by DialogueErrorProperties(), and HandleError().
|
protected |
Definition at line 42 of file ErrorProperties.c.
Referenced by DialogueErrorProperties(), GetHandler(), and HandleError().
class ErrorProperties m_Header |
Error which shows a generic Dialogue UI.