MCPcopy 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*/
364void idInternalCVar::Reset( void ) {
365 valueString = resetString;
366 value = valueString.c_str();
367 UpdateValue();
368}
369
370/*
371============

Callers 2

Reset_fMethod · 0.45
Restart_fMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected