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

Method OnObjmoveZ

editor/ObjectDialog.cpp:659–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659void CObjectDialog::OnObjmoveZ() {
660 D3EditState.object_move_axis = OBJMOVEAXIS_Z;
661 ObjMoveManager.SetMoveAxis(D3EditState.object_move_axis);
662}
663
664void CObjectDialog::OnObjmoveP() {
665 D3EditState.object_move_axis = OBJMOVEAXIS_P;

Callers

nothing calls this directly

Calls 1

SetMoveAxisMethod · 0.80

Tested by

no test coverage detected