CreationSummaryMenu class
character.CreationSummaryMenu
Inheritance
Base: game.ui.BaseCharacterCreationController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
backstoryTitle | ink.TextWidgetReference | scripted |
backstoryIcon | ink.ImageWidgetReference | scripted |
backstory | ink.TextWidgetReference | scripted |
difficulty | ink.TextWidgetReference | scripted |
attributeBodyValue | ink.TextWidgetReference | scripted |
attributeIntelligenceValue | ink.TextWidgetReference | scripted |
attributeReflexesValue | ink.TextWidgetReference | scripted |
attributeTechnicalAbilityValue | ink.TextWidgetReference | scripted |
attributeCoolValue | ink.TextWidgetReference | scripted |
attributeUnsetValue | ink.TextWidgetReference | scripted |
unsetAttributeWrapper | ink.WidgetReference | scripted |
expansionInfoWrapper | ink.WidgetReference | scripted |
previousPageBtn | ink.WidgetReference | scripted |
glitchBtn | ink.WidgetReference | scripted |
animationProxy | ink.anim.Proxy? | scripted |
loadingAnimationProxy | ink.anim.Proxy? | scripted |
loadingFinished | bool | scripted |
glitchClicks | int | scripted |
Functions
bool OnInitialize()overrideRTTIbool OnUninitialize()overrideRTTIbool OnPreviousButton(ink.PointerEvent e)RTTIbool OnGlitchButton(ink.PointerEvent e)RTTIbool OnButtonRelease(ink.PointerEvent evt)overrideRTTIvoid SetUpDifficulty()RTTIvoid SetUpLifePath()RTTIvoid SetUpAttribiutes()RTTIvoid PriorMenu()overrideRTTIvoid NextMenu()overrideRTTIvoid OnIntro()RTTIvoid OnOutro()RTTIbool OnOutroComplete(ink.anim.Proxy anim)RTTIbool OnIntroComplete(ink.anim.Proxy anim)RTTIbool OnLoadingComplete(ink.anim.Proxy anim)RTTIvoid PlayAnim(CName animName, CName? callBack, ink.anim.Proxy animProxy)RTTI