DifficultySelectionMenu class
DifficultySelectionMenu
Inheritance
Base: game.ui.BaseCharacterCreationController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
difficultyTitle | ink.TextWidgetReference | scripted |
textureTop | ink.ImageWidgetReference | scripted |
textureBottom | ink.ImageWidgetReference | scripted |
hoverAnimation | CName | scripted |
difficulty0 | ink.WidgetReference | scripted |
difficulty1 | ink.WidgetReference | scripted |
difficulty2 | ink.WidgetReference | scripted |
difficulty3 | ink.WidgetReference | scripted |
animationProxy | ink.anim.Proxy? | scripted |
lastShownPart | CName | scripted |
lastAtlas | red.ResourceReferenceScriptToken | scripted |
translationAnimationCtrl | WeakHandle<ink.TextReplaceAnimationController> | scripted |
localizedText | string | scripted |
c_atlas1 | red.ResourceReferenceScriptToken | scripted |
c_atlas2 | red.ResourceReferenceScriptToken | scripted |
isInputLocked | bool | scripted |
Functions
bool OnInitialize()overrideRTTIbool OnUninitialize()overrideRTTIvoid TextureTransition(red.ResourceReferenceScriptToken atlas, CName part)RTTIbool OnHoverOverDifficulty0(ink.PointerEvent e)RTTIbool OnHoverOverDifficulty1(ink.PointerEvent e)RTTIbool OnHoverOverDifficulty2(ink.PointerEvent e)RTTIbool OnHoverOverDifficulty3(ink.PointerEvent e)RTTIvoid PlayTranslationAnimation()RTTIbool OnButtonRelease(ink.PointerEvent evt)overrideRTTIbool OnPress(ink.PointerEvent e)RTTIvoid PriorMenu()overrideRTTIvoid NextMenu()overrideRTTIvoid OnIntro()RTTIvoid OnOutro()RTTIbool OnOutroComplete(ink.anim.Proxy anim)RTTIvoid PlayAnim(CName animName, CName? callBack)RTTI