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

Method SetString

neo/framework/CVarSystem.h:150–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 float GetFloat( void ) const { return internalVar->floatValue; }
149
150 void SetString( const char *value ) { internalVar->InternalSetString( value ); }
151 void SetBool( const bool value ) { internalVar->InternalSetBool( value ); }
152 void SetInteger( const int value ) { internalVar->InternalSetInteger( value ); }
153 void SetFloat( const float value ) { internalVar->InternalSetFloat( value ); }

Callers 8

DrawAudioOptionsMenuFunction · 0.45
DrawGameOptionsMenuFunction · 0.45
InitMethod · 0.45
Sys_InitInputFunction · 0.45
Sys_InitFunction · 0.45
DebugOutputMethod · 0.45
UpdateCvarMethod · 0.45
UpdateVarsMethod · 0.45

Calls 1

InternalSetStringMethod · 0.45

Tested by

no test coverage detected