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

Method OnRoompadMoveRight

editor/roomkeypaddialog.cpp:956–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

954}
955
956void CRoomKeypadDialog::OnRoompadMoveRight() {
957 MoveRoomFace(Curroomp, Curface, 1, 0, 0);
958 World_changed = 1;
959}
960
961void CRoomKeypadDialog::OnRoompadMoveLeft() {
962 MoveRoomFace(Curroomp, Curface, -1, 0, 0);

Callers

nothing calls this directly

Calls 1

MoveRoomFaceFunction · 0.85

Tested by

no test coverage detected