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

Method OnRoomPreviousFace

editor/editorView.cpp:814–818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814void CEditorView::OnRoomPreviousFace() {
815 SelectPrevFace();
816
817 EditorStatus("Face %d selected.", Curface);
818}
819
820void CEditorView::OnRoomSelectByNumber() {
821 int n;

Callers

nothing calls this directly

Calls 2

SelectPrevFaceFunction · 0.85
EditorStatusFunction · 0.85

Tested by

no test coverage detected