ui.ForgeUnderground
ui.ForgeUnderground
Inherits from: ui.Process
Fields
| Name | Type | |
|---|---|---|
controller | tool.ControllerAccess | |
fb | ui.FlowBox | |
title | ui.Text | |
subText | ui.Text | |
line | libs.heaps.slib.HSprite | |
cursor | h2d.ScaleGrid | |
fBars | h2d.Flow | |
fCount | h2d.Flow | |
count | ui.hud.Count | |
lines | hl.types.ArrayObj | |
choiceMask | h2d.Mask | |
boxScroller | ui.UIBox | |
sliderScroller | libs.heaps.slib.HSprite | |
interactive | h2d.Interactive | |
choicesFlow | h2d.Flow | |
emptyText | ui.Text | |
choices | hl.types.ArrayObj | |
currentIdx | I32 | |
cBaseX | F64 | |
itemDesc | ui.NewItemDesc | |
onClose | Fun |
Protos
f@14983initUndergroundForge(ui.ForgeUnderground) → Voidf@14984addItem(ui.ForgeUnderground, tool.InventItem, h2d.Flow) → h2d.Flowf@14985reforge(ui.ForgeUnderground, tool.InventItem, Null) → Voidf@14986setItemDesc(ui.ForgeUnderground, tool.InventItem) → Voidf@14987registerChoice(ui.ForgeUnderground, ui.FlowBox, Fun, Fun, Fun) → Virtual[canBeUsed, cb, f, isDisabled, onSelect]f@14988select(ui.ForgeUnderground, Bool, Ref) → Voidf@14989currentIsFirst(ui.ForgeUnderground) → Boolf@14990currentIsLast(ui.ForgeUnderground) → Boolf@14991onValidate(ui.ForgeUnderground) → Voidf@14992onResize(ui.ForgeUnderground) → Voidf@14993onDispose(ui.ForgeUnderground) → Voidf@14994update(ui.ForgeUnderground) → Voidf@14995postUpdate(ui.ForgeUnderground) → Void
Bindings
- static
f@14996__constructor__(ui.ForgeUnderground) → Void