CreationStatsAttributeBtn class
character.CreationStatsAttributeBtn
Inheritance
Base: ink.WidgetLogicController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
value | ink.TextWidgetReference | scripted |
label | ink.TextWidgetReference | scripted |
icon | ink.ImageWidgetReference | scripted |
buttons | ink.ImageWidgetReference | scripted |
selector | ink.ImageWidgetReference | scripted |
addBtnhitArea | ink.WidgetReference | scripted |
minusBtnhitArea | ink.WidgetReference | scripted |
minMaxLabel | ink.WidgetReference | scripted |
minMaxLabelText | ink.TextWidgetReference | scripted |
data | CharacterCreationAttributeData? | scripted |
animating | bool | scripted |
minusEnabled | bool | scripted |
addEnabled | bool | scripted |
maxed | bool | scripted |
isPlusOrMinusBtnHoveredOver | bool | scripted |
inputDisabled | bool | scripted |
Functions
bool OnInitialize()RTTIbool OnUninitialize()RTTIvoid SetInputDisabled(bool disable)RTTIvoid Refresh()RTTIvoid Increment()RTTIvoid Decrement()RTTIvoid SetData(game.data.StatType attribute, int value)RTTIvoid RefreshVisibility()RTTIbool OnMinus(ink.PointerEvent e)RTTIbool OnAdd(ink.PointerEvent e)RTTIbool OnHitAreaOnHoverOver(ink.PointerEvent e)RTTIbool OnHitAreaOnHoverOut(ink.PointerEvent e)RTTIbool OnPlusHoverOver(ink.PointerEvent e)RTTIbool OnPlusHoverOut(ink.PointerEvent e)RTTIbool OnMinusHoverOver(ink.PointerEvent e)RTTIbool OnMinusHoverOut(ink.PointerEvent e)RTTIvoid ManageBtnVisibility(bool addEnabled, bool minusEnabled)RTTIvoid ManageLabel(bool atMin, bool atMax)RTTI