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

Method DisableDebugInfo

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

Source from the content-addressed store, hash-verified

219
220 void EnableDebugInfo( void ) { interpreter.debug = true; };
221 void DisableDebugInfo( void ) { interpreter.debug = false; };
222
223 void WaitMS( int time );
224 void WaitSec( float time );

Callers 2

UpdateStateMethod · 0.45
UpdateScriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected