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

Method Event_SetCvar

neo/game/script/Script_Thread.cpp:1048–1050  ·  view source on GitHub ↗

================ idThread::Event_SetCvar ================ */

Source from the content-addressed store, hash-verified

1046================
1047*/
1048void idThread::Event_SetCvar( const char *name, const char *value ) const {
1049 cvarSystem->SetCVarString( name, value );
1050}
1051
1052/*
1053================

Callers

nothing calls this directly

Calls 1

SetCVarStringMethod · 0.80

Tested by

no test coverage detected