MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Squad_Select_Rockets

Method Squad_Select_Rockets

Source/GUI_Element.cpp:741–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739
740
741void cFodder::Squad_Select_Rockets() {
742
743 if (mSquad_CurrentWeapon[mSquad_Selected] == eWeapon_Rocket)
744 return;
745
746 mSquad_CurrentWeapon[mSquad_Selected] = eWeapon_Rocket;
747 mGUI_RefreshSquadRockets[mSquad_Selected] = -1;
748 mGUI_RefreshSquadGrenades[mSquad_Selected] = -1;
749}
750
751void cFodder::GUI_Prepare_Button_TroopName() {
752

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected