ui.TierSelect
ui.TierSelect
Inherits from: ui.Process
Fields
| Name | Type | |
|---|---|---|
controller | tool.ControllerAccess | |
sourceEnt | Entity | |
hero | en.Hero | |
fb | ui.FlowBox | |
title | ui.Text | |
line | libs.heaps.slib.HSprite | |
selection | h2d.ScaleGrid | |
selectionAlphaOverride | Null | |
selectionBlinkTime | F64 | |
fTier | h2d.Flow | |
tiers | hl.types.ArrayObj | |
curTierId | I32 | |
ii | tool.InventItem | |
closing | Bool | |
hasPerkAffected | Bool | |
tiersWid | I32 | |
tiersHei | I32 |
Protos
f@19097get_tiersWid(ui.TierSelect) → I32f@19098get_tiersHei(ui.TierSelect) → I32f@19099firstOnResize(ui.TierSelect) → Voidf@19100addTier(ui.TierSelect, I32, I32, tool.InventItem, String) → Voidf@19101select(ui.TierSelect, I32, Ref) → Voidf@19102updateCursor(ui.TierSelect) → Voidf@19103validate(ui.TierSelect) → Voidf@19104onDispose(ui.TierSelect) → Voidf@19105onResize(ui.TierSelect) → Voidf@19106update(ui.TierSelect) → Voidf@19107checkForFastCancel(ui.TierSelect) → Voidf@19108postUpdate(ui.TierSelect) → Void
Bindings
- static
f@19117__constructor__(ui.TierSelect, en.Hero, Entity, tool.InventItem) → Void