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

Method SetBool

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

Source from the content-addressed store, hash-verified

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 ); }
154

Callers 12

WriteConfigurationMethod · 0.45
Com_ScriptDebugger_fFunction · 0.45
DrawMethod · 0.45
VideoResetChangesFunction · 0.45
DrawVideoOptionsMenuFunction · 0.45
DrawAudioOptionsMenuFunction · 0.45
RunFrameMethod · 0.45
GetLANServersMethod · 0.45
GetNETServersMethod · 0.45
ConnectionlessMessageMethod · 0.45

Calls 1

InternalSetBoolMethod · 0.45

Tested by

no test coverage detected