CharacterCreationStatsMenu class
CharacterCreationStatsMenu
Inheritance
Base: game.ui.BaseCharacterCreationController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
attribute_01 | ink.WidgetReference | scripted |
attribute_02 | ink.WidgetReference | scripted |
attribute_03 | ink.WidgetReference | scripted |
attribute_04 | ink.WidgetReference | scripted |
attribute_05 | ink.WidgetReference | scripted |
pointsLabel | ink.WidgetReference | scripted |
tooltipSlot | ink.WidgetReference | scripted |
skillPointLabel | ink.TextWidgetReference | scripted |
reset | ink.WidgetReference | scripted |
nextMenuConfirmation | ink.WidgetReference | scripted |
nextMenukConfirmationLibraryWidget | ink.WidgetReference | scripted |
ConfirmationConfirmBtn | ink.WidgetReference | scripted |
ConfirmationCloseBtn | ink.WidgetReference | scripted |
TooltipsManagerRef | ink.WidgetReference | scripted |
previousPageBtn | ink.WidgetReference | scripted |
navigationButtons | ink.WidgetReference | scripted |
optionSwitchHint | ink.WidgetReference | scripted |
attributesControllers | WeakHandle<character.CreationStatsAttributeBtn>[] | scripted |
attributePointsAvailable | int | scripted |
startingAttributePoints | int | scripted |
TooltipsManager | WeakHandle<game.ui.TooltipsManager> | scripted |
toolTipOffset | ink.Margin | scripted |
animationProxy | ink.anim.Proxy? | scripted |
confirmAnimationProxy | ink.anim.Proxy? | scripted |
hoverdWidget | WeakHandle<ink.Widget> | scripted |
menuVisited | bool | scripted |
Functions
bool OnSetUserData(IScriptable userData)RTTIbool OnInitialize()overrideRTTIbool OnUninitialize()overrideRTTIvoid RefreshControllers()RTTIvoid RandomizeAttributes()RTTIvoid ResetAllBtnBackToBaseline()RTTIvoid SaveChanges()RTTIvoid DisableInputBelowConfirmationPopup(bool disabled)RTTIvoid ShowConfirmation()RTTIvoid HideConfirmation()RTTIbool OnButtonRelease(ink.PointerEvent evt)overrideRTTIvoid PriorMenu()overrideRTTIvoid NextMenu()overrideRTTIvoid SkipStatsMenu()RTTIbool OnConfirmationClose(ink.PointerEvent e)RTTIbool OnConfirmationConfirm(ink.PointerEvent e)RTTIbool OnPreviousButton(ink.PointerEvent e)RTTIbool OnRelease(ink.PointerEvent e)overrideRTTIbool OnValueIncremented(WeakHandle<ink.Widget> e)RTTIbool OnValueDecremented(WeakHandle<ink.Widget> e)RTTIbool OnShortcutPress(ink.PointerEvent e)RTTIvoid Add(WeakHandle<ink.Widget> targetWidget)RTTIvoid Subtract(WeakHandle<ink.Widget> targetWidget)RTTIbool OnHoverOverWidget(ink.PointerEvent e)RTTIbool OnHoverOutWidget(ink.PointerEvent e)RTTIvoid ManageAllButtonsVisibility()RTTIbool CanBeIncremented(int currValue)RTTIbool ReachedLimit(int currValue)RTTIbool CanBeDecremented(int currValue)RTTICharacterCreationAttributeData? FillAttributeData(string label, int value, string desc)RTTIvoid PrepareTooltips()RTTIbool OnBtnHoverOver(WeakHandle<ink.Widget> e)RTTIbool OnBtnHoverOut(WeakHandle<ink.Widget> e)RTTIvoid SetDefaultTooltip()RTTIvoid SetUpTooltipData(WeakHandle<character.CreationStatsAttributeBtn> attribiuteController)RTTIvoid PlayAnim(CName animName, CName? callBack)RTTIvoid RefreshPointsLabel()RTTIvoid OnIntro()RTTIvoid OnOutro()RTTIbool OnOutroComplete(ink.anim.Proxy anim)RTTI