Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
UpdateState
Method · 0.45
UpdateScript
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected