MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnNextWeapon

Method OnNextWeapon

editor/WorldWeaponsDialog.cpp:773–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771}
772
773void CWorldWeaponsDialog::OnNextWeapon() {
774 D3EditState.current_weapon = GetNextWeapon(D3EditState.current_weapon);
775 UpdateDialog();
776}
777
778void CWorldWeaponsDialog::OnPrevWeapon() {
779 D3EditState.current_weapon = GetPrevWeapon(D3EditState.current_weapon);

Callers

nothing calls this directly

Calls 1

GetNextWeaponFunction · 0.85

Tested by

no test coverage detected