ClothingSetController class
ClothingSetController
Inheritance
Base: BaseButtonView
Derived
None.
Properties
| Property | Type | |
|---|---|---|
setName | ink.TextWidgetReference | scripted |
clothingSet | game.ClothingSet? | scripted |
equipped | bool | scripted |
selected | bool | scripted |
defined | bool | scripted |
isHovered | bool | scripted |
hasChanges | bool | scripted |
disabled | bool | scripted |
styleWidget | WeakHandle<ink.Widget> | scripted |
Functions
bool OnInitialize()overrideRTTIvoid ButtonStateChanged(ink.EButtonState oldState, ink.EButtonState newState)overrideRTTIvoid UpdateVisualState()RTTIvoid SetClothingSet(game.ClothingSet clothingSet, bool showName)RTTIvoid UpdateNumbering(int slotNumber)RTTIgame.ClothingSet? GetClothingSet()RTTIvoid SetSelected(bool selected)RTTIvoid SetDefined(bool defined)RTTIvoid SetEquipped(bool equipped)RTTIvoid SetClothingSetChanged(bool changed)RTTIbool GetDefined()RTTIbool GetEquipped()RTTIbool GetClothingSetChanged()RTTIvoid SetDisabled(bool disabled)RTTIbool IsDisabled()RTTIbool IsHovered()RTTI