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

Method OnObjmoveH

editor/ObjectDialog.cpp:669–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667}
668
669void CObjectDialog::OnObjmoveH() {
670 D3EditState.object_move_axis = OBJMOVEAXIS_H;
671 ObjMoveManager.SetMoveAxis(D3EditState.object_move_axis);
672}
673
674void CObjectDialog::OnObjmoveB() {
675 D3EditState.object_move_axis = OBJMOVEAXIS_B;

Callers

nothing calls this directly

Calls 1

SetMoveAxisMethod · 0.80

Tested by

no test coverage detected