Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhewm/dhewm3
/ Reset
Method
Reset
neo/framework/CVarSystem.cpp:364–368 ·
view source on GitHub ↗
============ idInternalCVar::Reset ============ */
Source
from the content-addressed store, hash-verified
362
============
363
*/
364
void idInternalCVar::Reset( void ) {
365
valueString = resetString;
366
value = valueString.c_str();
367
UpdateValue();
368
}
369
370
/*
371
============
Callers
2
Reset_f
Method · 0.45
Restart_f
Method · 0.45
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected