GenericMessageNotification class
GenericMessageNotification
Inheritance
Base: game.ui.WidgetGameController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
title | ink.TextWidgetReference | scripted |
message | ink.TextWidgetReference | scripted |
buttonConfirm | ink.WidgetReference | scripted |
buttonCancel | ink.WidgetReference | scripted |
buttonOk | ink.WidgetReference | scripted |
buttonYes | ink.WidgetReference | scripted |
buttonNo | ink.WidgetReference | scripted |
root | ink.WidgetReference | scripted |
background | ink.WidgetReference | scripted |
buttonHintsRoot | ink.WidgetReference | scripted |
buttonHintsController | WeakHandle<ButtonHints> | scripted |
data | GenericMessageNotificationData? | scripted |
isNegativeHovered | bool | scripted |
isPositiveHovered | bool | scripted |
libraryPath | ink.WidgetLibraryReference | scripted |
closeData | GenericMessageNotificationCloseData? | scripted |
Functions
bool OnInitialize()RTTIbool OnUninitialize()RTTIvoid AddButtonHints(CName actionName, string label)RTTIbool OnHandlePressInput(ink.PointerEvent evt)RTTIbool OnConfirmClick(ink.PointerEvent evt)RTTIbool OnCancelClick(ink.PointerEvent evt)RTTIbool OnOkClick(ink.PointerEvent evt)RTTIbool OnYesClick(ink.PointerEvent evt)RTTIbool OnNoClick(ink.PointerEvent evt)RTTIbool OnPositiveHoverOver(ink.PointerEvent evt)RTTIbool OnNegativeHoverOver(ink.PointerEvent evt)RTTIbool OnPositiveHoverOut(ink.PointerEvent evt)RTTIbool OnNegativeHoverOut(ink.PointerEvent evt)RTTIvoid Close(GenericMessageNotificationResult result)RTTIbool OnCloseAnimationFinished(ink.anim.Proxy proxy)RTTIstatic ink.GameNotificationToken? Show(world.ui.IWidgetGameController controller, string title, string message)staticRTTI globalstatic ink.GameNotificationToken? Show(world.ui.IWidgetGameController controller, int identifier, string title, string message, GenericMessageNotificationType type)staticRTTI globalstatic ink.GameNotificationToken? Show(world.ui.IWidgetGameController controller, int identifier, string message, GenericMessageNotificationType type)staticRTTI globalstatic ink.GameNotificationToken? Show(world.ui.IWidgetGameController controller, string title, string message, GenericMessageNotificationType type)staticRTTI globalstatic ink.GameNotificationToken? Show(world.ui.IWidgetGameController controller, int identifier, string title, string message)staticRTTI globalstatic ink.GameNotificationToken? Show(world.ui.IWidgetGameController controller, int identifier, string message)staticRTTI globalstatic ink.GameNotificationToken? Show(world.ui.IWidgetGameController controller, string message)staticRTTI globalstatic GenericMessageNotificationData? GetBaseData()staticRTTI globalstatic ink.GameNotificationToken? Show(world.ui.IWidgetGameController controller, string message, GenericMessageNotificationType type)staticRTTI global