MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / EnableDebugInfo

Method EnableDebugInfo

neo/d3xp/script/Script_Thread.h:220–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 void Restore( idRestoreGame *savefile ); // unarchives object from save game file
219
220 void EnableDebugInfo( void ) { interpreter.debug = true; };
221 void DisableDebugInfo( void ) { interpreter.debug = false; };
222
223 void WaitMS( int time );

Callers 2

UpdateStateMethod · 0.45
UpdateScriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected