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

Method OnTrigNextInRoom

editor/TriggerDialog.cpp:734–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734void CTriggerDialog::OnTrigNextInRoom() {
735 int n = FindNextTrigInRoom(ROOMNUM(Curroomp), Current_trigger);
736
737 ASSERT(n != -1);
738
739 Current_trigger = n;
740
741 SetCurroomFromTrigger();
742}
743
744void CTriggerDialog::OnTrigPrevInMine() {
745 ASSERT(Current_trigger != -1);

Callers

nothing calls this directly

Calls 2

FindNextTrigInRoomFunction · 0.85
SetCurroomFromTriggerFunction · 0.85

Tested by

no test coverage detected