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

Method SetFloat

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

Source from the content-addressed store, hash-verified

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
155 void SetInternalVar( idCVar *cvar ) { internalVar = cvar; }
156

Callers 2

DrawMethod · 0.45
DrawAudioOptionsMenuFunction · 0.45

Calls 1

InternalSetFloatMethod · 0.45

Tested by

no test coverage detected