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

Method OnPshipNext

editor/WorldObjectsPlayerDialog.cpp:590–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590void CWorldObjectsPlayerDialog::OnPshipNext() {
591 D3EditState.current_ship = GetNextShip(D3EditState.current_ship);
592 m_lod = 0;
593 UpdateDialog();
594}
595
596void CWorldObjectsPlayerDialog::OnPshipPrev() {
597 D3EditState.current_ship = GetPrevShip(D3EditState.current_ship);

Callers

nothing calls this directly

Calls 1

GetNextShipFunction · 0.85

Tested by

no test coverage detected