Tile - YDebug - Debug Mode – Ylands

From Bohemia Interactive Community
Revision as of 15:26, 24 November 2023 by Lou Montana (talk | contribs) (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Debug Mode()

YlandsTile-495.png

static isDebugMode(): boolean;

Returns

boolean

Availability

Client, Server, Custom Controller

Description

Allows creators to have Conditional Statements that allow debug methods that only run during testing.

Notes

  • Returns TRUE when the custom game is tested within the editor and FALSE when it is run as a published game from the main menu.