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

Method OnObjmoveB

editor/ObjectDialog.cpp:674–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674void CObjectDialog::OnObjmoveB() {
675 D3EditState.object_move_axis = OBJMOVEAXIS_B;
676 ObjMoveManager.SetMoveAxis(D3EditState.object_move_axis);
677}
678
679void CObjectDialog::OnObjmovePH() {
680 D3EditState.object_move_axis = OBJMOVEAXIS_PH;

Callers

nothing calls this directly

Calls 1

SetMoveAxisMethod · 0.80

Tested by

no test coverage detected