ui.Saying
ui.Saying
Inherits from: ui.Process
Fields
| Name | Type | |
|---|---|---|
e | Entity | |
text | String | |
charId | F64 | |
chars | hl.types.ArrayBytes_Int | |
box | ui.UIBox | |
bgColor | I32 | |
tf | ui.Text | |
level | pr.Level | |
cleanedText | String | |
tags | hl.types.ArrayObj | |
padding | I32 | |
uMaxWid | I32 | |
tHei | F64 | |
tWid | F64 | |
ox | I32 | |
oy | I32 | |
shake | F64 | |
sfxDeck | libs.RandDeck | |
onSfxPlay | Fun | |
speechVolume | F64 | |
forceSfxPlay | Bool | |
| static | ALL | hl.types.ArrayObj |
Protos
f@5067hideBg(ui.Saying) → Voidf@5068onDispose(ui.Saying) → Voidf@5069onResize(ui.Saying) → Voidf@5070postUpdate(ui.Saying) → Voidf@5071skip(ui.Saying) → F64f@5072offset(ui.Saying, F64, F64) → Voidf@5073update(ui.Saying) → Voidf@5074playSpeechSfx(ui.Saying) → Void
Bindings
- static
f@5075__constructor__(ui.Saying, Entity, String, Null, libs.RandDeck, Fun, Null, Null) → Void