Home
last modified time | relevance | path

Searched refs:gShowPlayerNames (Results 1 – 5 of 5) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dconfig.h78 extern int32_t gShowPlayerNames;
H A Dconfig.cpp98 int32_t gShowPlayerNames; variable
399 gShowPlayerNames = 0; in CONFIG_SetDefaults()
H A Dmenu.cpp435 …ptionsGameBoolShowPlayerNames("SHOW PLAYER NAMES:", 3, 66, 60, 180, gShowPlayerNames, SetShowPlaye…
1166 itemOptionsGameBoolShowPlayerNames.at20 = gShowPlayerNames; in SetupOptionsMenu()
1449 gShowPlayerNames = pItem->at20; in SetShowPlayerNames()
H A Dosdcmd.cpp971 …layer names in multiplayer when looking at other players", (void *)&gShowPlayerNames, CVAR_BOOL, 0… in registerosdcommands()
H A Dview.cpp1350 if (!gShowPlayerNames || (gView->aim.dx == 0 && gView->aim.dy == 0)) in viewDrawAimedPlayerName()