InventoryStatsController class
InventoryStatsController
Inheritance
Base: ink.WidgetLogicController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
detailsButton | ink.WidgetReference | scripted |
entryContainer | ink.CompoundWidgetReference | scripted |
healthEntryController | WeakHandle<InventoryStatsEntryController> | scripted |
armorEntryController | WeakHandle<InventoryStatsEntryController> | scripted |
staminaEntryController | WeakHandle<InventoryStatsEntryController> | scripted |
Functions
void Setup(WeakHandle<PlayerPuppet> player)RTTIvoid NotifyStatUpdate(game.data.StatType statType, float value)RTTIWeakHandle<InventoryStatsEntryController> SetupEntry(WeakHandle<PlayerPuppet> player, game.data.StatType stat, CName localizationKey, CName icon)RTTI