JassHelper Help

debug

Another control structure, its syntax is debug { statements }. It will only add those statements when jasshelper's debug mode is enabled.

library Test { function onInit() { debug { BJDebugMsg("Debug mode is enabled"); } } }
Last modified: 16 October 2024