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

Method OnRoomNextFace

editor/editorView.cpp:808–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806void CEditorView::OnRoomGrabTexture() { theApp.main_frame->m_TextureDialog->OnTexpadGrab(); }
807
808void CEditorView::OnRoomNextFace() {
809 SelectNextFace();
810
811 EditorStatus("Face %d selected.", Curface);
812}
813
814void CEditorView::OnRoomPreviousFace() {
815 SelectPrevFace();

Callers

nothing calls this directly

Calls 2

SelectNextFaceFunction · 0.85
EditorStatusFunction · 0.85

Tested by

no test coverage detected