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

Method SetStateFloat

neo/ui/UserInterface.cpp:579–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579void idUserInterfaceLocal::SetStateFloat( const char *varName, const float value ) {
580 state.SetFloat( varName, value );
581}
582
583const char* idUserInterfaceLocal::GetStateString( const char *varName, const char* defaultString ) const {
584 return state.GetString(varName, defaultString);

Callers 12

UpdateRankColorMethod · 0.80
UpdateHudMethod · 0.80
SetLastHitTimeMethod · 0.80
LoadLoadingGuiMethod · 0.80
ExecuteMapChangeMethod · 0.80
PacifierUpdateMethod · 0.80
HandleEventMethod · 0.80
RouteMouseCoordsMethod · 0.80
UpdateCvarMethod · 0.80
UpdateRankColorMethod · 0.80
UpdateHudMethod · 0.80
SetLastHitTimeMethod · 0.80

Calls 1

SetFloatMethod · 0.45

Tested by

no test coverage detected