Tile - YDebug - Debug Mode – Ylands

From Bohemia Interactive Community
(Redirected from Ylands Tile - Is debug mode)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.