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

Method OnObjmoveX

editor/ObjectDialog.cpp:644–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642// Keypad functions!
643
644void CObjectDialog::OnObjmoveX() {
645 D3EditState.object_move_axis = OBJMOVEAXIS_X;
646 ObjMoveManager.SetMoveAxis(D3EditState.object_move_axis);
647}
648
649void CObjectDialog::OnObjmoveY() {
650 D3EditState.object_move_axis = OBJMOVEAXIS_Y;

Callers

nothing calls this directly

Calls 1

SetMoveAxisMethod · 0.80

Tested by

no test coverage detected