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

Method UpdateRankColor

neo/game/MultiplayerGame.cpp:367–371  ·  view source on GitHub ↗

================ idMultiplayerGame::UpdateRankColor ================ */

Source from the content-addressed store, hash-verified

365================
366*/
367void idMultiplayerGame::UpdateRankColor( idUserInterface *gui, const char *mask, int i, const idVec3 &vec ) {
368 for ( int j = 1; j < 4; j++ ) {
369 gui->SetStateFloat( va( mask, i, j ), vec[ j - 1 ] );
370 }
371}
372
373/*
374================

Callers

nothing calls this directly

Calls 2

vaFunction · 0.85
SetStateFloatMethod · 0.80

Tested by

no test coverage detected