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

Method OnTrigPrevInRoom

editor/TriggerDialog.cpp:755–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753}
754
755void CTriggerDialog::OnTrigPrevInRoom() {
756 int n = FindPrevTrigInRoom(ROOMNUM(Curroomp), Current_trigger);
757
758 ASSERT(n != -1);
759
760 Current_trigger = n;
761
762 SetCurroomFromTrigger();
763}
764
765#include "osiris_predefs.h"
766extern bool StripLeadingTrailingSpaces(char *s);

Callers

nothing calls this directly

Calls 2

FindPrevTrigInRoomFunction · 0.85
SetCurroomFromTriggerFunction · 0.85

Tested by

no test coverage detected