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

Method SetCVarFloat

neo/framework/CVarSystem.cpp:677–679  ·  view source on GitHub ↗

============ idCVarSystemLocal::SetCVarFloat ============ */

Source from the content-addressed store, hash-verified

675============
676*/
677void idCVarSystemLocal::SetCVarFloat( const char *name, const float value, int flags ) {
678 SetInternal( name, idStr( value ), flags );
679}
680
681/*
682============

Callers 6

SetCameraMethod · 0.80
SkipCinematicMethod · 0.80
SetCameraMethod · 0.80
SkipCinematicMethod · 0.80

Calls 1

idStrClass · 0.50

Tested by

no test coverage detected