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

Method SetCVarString

neo/framework/CVarSystem.cpp:650–652  ·  view source on GitHub ↗

============ idCVarSystemLocal::SetCVarString ============ */

Source from the content-addressed store, hash-verified

648============
649*/
650void idCVarSystemLocal::SetCVarString( const char *name, const char *value, int flags ) {
651 SetInternal( name, value, flags );
652}
653
654/*
655============

Callers 15

NewStateMethod · 0.80
HandleGuiCommandsMethod · 0.80
ReadFromSnapshotMethod · 0.80
ToggleSpectateMethod · 0.80
ToggleReadyMethod · 0.80
ToggleTeamMethod · 0.80
ThrottleUserInfoMethod · 0.80
InitMethod · 0.80
RestoreMethod · 0.80
Event_SetCvarMethod · 0.80
DebugDrawMethod · 0.80
SetCvarStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected