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

Method OnObjmovePH

editor/ObjectDialog.cpp:679–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677}
678
679void CObjectDialog::OnObjmovePH() {
680 D3EditState.object_move_axis = OBJMOVEAXIS_PH;
681 ObjMoveManager.SetMoveAxis(D3EditState.object_move_axis);
682}
683
684int CObjectDialog::GetFreePlayerIndex() {
685 uint8_t slots[MAX_NET_PLAYERS];

Callers

nothing calls this directly

Calls 1

SetMoveAxisMethod · 0.80

Tested by

no test coverage detected