h2d.Console
h2d.Console
Inherits from: h2d.Object
Fields
| Name | Type | |
|---|---|---|
width | I32 | |
height | I32 | |
bg | h2d.Bitmap | |
tf | h2d.TextInput | |
logTxt | h2d.HtmlText | |
lastLogTime | F64 | |
commands | haxe.ds.StringMap | |
aliases | haxe.ds.StringMap | |
logDY | F64 | |
logs | hl.types.ArrayObj | |
logIndex | I32 | |
curCmd | String | |
shortKeyChar | I32 | |
| static | HIDE_LOG_TIMEOUT | F64 |
Protos
f@5889addCommand(h2d.Console, String, String, hl.types.ArrayObj, Dyn) → Voidf@5890addAlias(h2d.Console, String, String) → Voidf@5891runCommand(h2d.Console, String) → Voidf@5892onAdd(h2d.Console) → Voidf@5893onRemove(h2d.Console) → Voidf@5894onEvent(h2d.Console, hxd.Event) → Voidf@5895showHelp(h2d.Console, String) → Voidf@5896isActive(h2d.Console) → Boolf@5897hide(h2d.Console) → Voidf@5898show(h2d.Console) → Voidf@5899handleKey(h2d.Console, hxd.Event) → Voidf@5900handleCommand(h2d.Console, String) → Voidf@5901log(h2d.Console, String, Null) → Voidf@5902sync(h2d.Console, h2d.RenderContext) → Void
Bindings
- static
f@5903__constructor__(h2d.Console, h2d.Font, h2d.Object) → Void