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

Method OnObjmoveP

editor/ObjectDialog.cpp:664–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662}
663
664void CObjectDialog::OnObjmoveP() {
665 D3EditState.object_move_axis = OBJMOVEAXIS_P;
666 ObjMoveManager.SetMoveAxis(D3EditState.object_move_axis);
667}
668
669void CObjectDialog::OnObjmoveH() {
670 D3EditState.object_move_axis = OBJMOVEAXIS_H;

Callers

nothing calls this directly

Calls 1

SetMoveAxisMethod · 0.80

Tested by

no test coverage detected