Options
All
  • Public
  • Public/Protected
  • All
Menu

The base class describing a debugger client, that can be used to inspect a runtime game (dump its state) or alter it.

Hierarchy

Index

Methods

  • call(path: string[], args: any[]): boolean
  • log(group: string, message: string, type: "info" | "warning" | "error", internal: boolean): void
  • onUncaughtException(exception: Error): void
  • sendGamePaused(): void
  • sendGameResumed(): void
  • sendProfilerStarted(): void
  • sendProfilerStopped(): void
  • sendRuntimeGameDump(): void
  • set(path: string[], newValue: any): boolean
  • handleCommand(data: any): void

Constructors

Generated using TypeDoc