WardrobeOutfitSlotController class
WardrobeOutfitSlotController
Inheritance
Base: ink.WidgetLogicController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
slotNumberText | ink.TextWidgetReference | scripted |
newSetIndicator | ink.WidgetReference | scripted |
index | int | scripted |
hovered | bool | scripted |
active | bool | scripted |
equipped | bool | scripted |
isNew | bool | scripted |
Functions
bool OnInitialize()RTTIvoid Setup(int index, bool active, bool equipped, bool isNew)RTTIvoid Update(bool active, bool equipped)RTTIvoid SetIsNew(bool isNew)RTTIint GetIndex()RTTIbool IsNew()RTTIbool OnHoverOver(ink.PointerEvent e)RTTIbool OnHoverOut(ink.PointerEvent e)RTTIbool OnRelease(ink.PointerEvent e)RTTIvoid UpdateState()RTTI