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. | |
| 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 |
||
| ) |
References m_DefaultButton, m_DialogButtonType, m_DialogMeaningType, m_DisplayAdditionalInfo, m_Handler, and m_Header.
Referenced by InsertDialogueErrorProperties(), InsertExtendedPrefixDialogueErrorProperties(), InsertExtendedPrefixSplitDialogueErrorProperties(), InsertHeaderDialogueErrorProperties(), InsertPrefixDialogueErrorProperties(), and InsertSplitDialogueErrorProperties().
| int GetDefaultButton | ( | ) |
References m_DefaultButton.
| int GetDialogButtonType | ( | ) |
References m_DialogButtonType.
| int GetDialogMeaningType | ( | ) |
References m_DialogMeaningType.
| UIScriptedMenu GetHandler | ( | ) |
References m_Handler.
| string GetHeader | ( | ) |
References ErrorProperties::m_Message.
Referenced by AttachmentCategoriesRow::Init().
| protected int m_DefaultButton |
Referenced by DialogueErrorProperties(), GetDefaultButton(), and HandleError().
| protected int m_DialogButtonType |
Referenced by DialogueErrorProperties(), GetDialogButtonType(), and HandleError().
| protected int m_DialogMeaningType |
Referenced by DialogueErrorProperties(), GetDialogMeaningType(), and HandleError().
| protected bool m_DisplayAdditionalInfo |
Referenced by DialogueErrorProperties(), and HandleError().
| protected UIScriptedMenu m_Handler |
Referenced by DialogueErrorProperties(), GetHandler(), and HandleError().
| class ErrorProperties m_Header |
Error which shows a generic Dialogue UI.