Tile - YDebug - Debug Mode – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
'''boolean''' | '''boolean''' | ||
=== Availability === | |||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]] | |||
=== Description === | === Description === |
Revision as of 11:15, 12 November 2021
Debug Mode()
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.