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

Method OnObjmoveY

editor/ObjectDialog.cpp:649–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647}
648
649void CObjectDialog::OnObjmoveY() {
650 D3EditState.object_move_axis = OBJMOVEAXIS_Y;
651 ObjMoveManager.SetMoveAxis(D3EditState.object_move_axis);
652}
653
654void CObjectDialog::OnObjmoveXY() {
655 D3EditState.object_move_axis = OBJMOVEAXIS_XY;

Callers

nothing calls this directly

Calls 1

SetMoveAxisMethod · 0.80

Tested by

no test coverage detected