Skip to content

h2d.Console

h2d.Console

Inherits from: h2d.Object

Fields

NameType
widthI32
heightI32
bgh2d.Bitmap
tfh2d.TextInput
logTxth2d.HtmlText
lastLogTimeF64
commandshaxe.ds.StringMap
aliaseshaxe.ds.StringMap
logDYF64
logshl.types.ArrayObj
logIndexI32
curCmdString
shortKeyCharI32
staticHIDE_LOG_TIMEOUTF64

Protos

  • f@5889 addCommand(h2d.Console, String, String, hl.types.ArrayObj, Dyn) → Void
  • f@5890 addAlias(h2d.Console, String, String) → Void
  • f@5891 runCommand(h2d.Console, String) → Void
  • f@5892 onAdd(h2d.Console) → Void
  • f@5893 onRemove(h2d.Console) → Void
  • f@5894 onEvent(h2d.Console, hxd.Event) → Void
  • f@5895 showHelp(h2d.Console, String) → Void
  • f@5896 isActive(h2d.Console) → Bool
  • f@5897 hide(h2d.Console) → Void
  • f@5898 show(h2d.Console) → Void
  • f@5899 handleKey(h2d.Console, hxd.Event) → Void
  • f@5900 handleCommand(h2d.Console, String) → Void
  • f@5901 log(h2d.Console, String, Null) → Void
  • f@5902 sync(h2d.Console, h2d.RenderContext) → Void

Bindings

  • static f@5903 __constructor__(h2d.Console, h2d.Font, h2d.Object) → Void