MCPcopy Create free account
hub / github.com/JACoders/OpenJK / UI_InitWeaponSelect

Function UI_InitWeaponSelect

code/ui/ui_main.cpp:5574–5580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5572}
5573
5574static void UI_InitWeaponSelect( void )
5575{
5576 UI_WeaponAllocBeginButton(qfalse);
5577 uiInfo.selectedWeapon1 = NOWEAPON;
5578 uiInfo.selectedWeapon2 = NOWEAPON;
5579 uiInfo.selectedThrowWeapon = NOWEAPON;
5580}
5581
5582static void UI_ClearWeapons ( void )
5583{

Callers 1

UI_RunMenuScriptFunction · 0.85

Calls 1

Tested by

no test coverage detected