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

Method Event_GetCvar

neo/game/script/Script_Thread.cpp:1057–1059  ·  view source on GitHub ↗

================ idThread::Event_GetCvar ================ */

Source from the content-addressed store, hash-verified

1055================
1056*/
1057void idThread::Event_GetCvar( const char *name ) const {
1058 ReturnString( cvarSystem->GetCVarString( name ) );
1059}
1060
1061/*
1062================

Callers

nothing calls this directly

Calls 1

GetCVarStringMethod · 0.80

Tested by

no test coverage detected