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

Method EnableDebugInfo

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

Source from the content-addressed store, hash-verified

207 void Restore( idRestoreGame *savefile ); // unarchives object from save game file
208
209 void EnableDebugInfo( void ) { interpreter.debug = true; };
210 void DisableDebugInfo( void ) { interpreter.debug = false; };
211
212 void WaitMS( int time );

Callers 2

UpdateStateMethod · 0.45
UpdateScriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected