Tile - YDebug - Debug Mode – Ylands

From Bohemia Interactive Community
Revision as of 12:15, 12 November 2021 by YlandsClassyBot (talk | contribs)
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.