Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • YDebug

Index

Constructors

Methods

Constructors

constructor

Methods

Static isDebugMode

  • isDebugMode(): boolean
  • Allows creators to have Conditional Statements that allow debug methods that only run during testing.

    Returns boolean

Static localConsole

  • localConsole(text: any): void
  • Print text to the local game console (chat).

    Parameters

    • text: any

    Returns void

Static log

  • log(text: any): void
  • Adds text entry to game log file.

    Parameters

    • text: any

    Returns void

Generated using TypeDoc