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

Method OnObjmoveXY

editor/ObjectDialog.cpp:654–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654void CObjectDialog::OnObjmoveXY() {
655 D3EditState.object_move_axis = OBJMOVEAXIS_XY;
656 ObjMoveManager.SetMoveAxis(D3EditState.object_move_axis);
657}
658
659void CObjectDialog::OnObjmoveZ() {
660 D3EditState.object_move_axis = OBJMOVEAXIS_Z;

Callers

nothing calls this directly

Calls 1

SetMoveAxisMethod · 0.80

Tested by

no test coverage detected