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

Method OnNextDoor

editor/DoorwayDialog.cpp:443–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}*/
442
443void CDoorwayDialog::OnNextDoor() {
444 if (Num_doors <= 0)
445 return;
446
447 D3EditState.current_door = GetNextDoor(D3EditState.current_door);
448 UpdateDialog();
449}
450
451void CDoorwayDialog::OnPrevDoor() {
452 if (Num_doors <= 0)

Callers

nothing calls this directly

Calls 1

GetNextDoorFunction · 0.85

Tested by

no test coverage detected