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

Method DisableDebugInfo

neo/game/script/Script_Thread.h:210–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208
209 void EnableDebugInfo( void ) { interpreter.debug = true; };
210 void DisableDebugInfo( void ) { interpreter.debug = false; };
211
212 void WaitMS( int time );
213 void WaitSec( float time );

Callers 2

UpdateStateMethod · 0.45
UpdateScriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected