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

Method SetMoveAxis

editor/ObjMoveManager.h:82–82  ·  view source on GitHub ↗

sets the moving axis

Source from the content-addressed store, hash-verified

80
81 // sets the moving axis
82 void SetMoveAxis(int axis) { m_MoveAxis = axis; };
83};
84
85extern ObjectMoveManager ObjMoveManager;

Callers 9

OnInitDialogMethod · 0.80
OnObjmoveXMethod · 0.80
OnObjmoveYMethod · 0.80
OnObjmoveXYMethod · 0.80
OnObjmoveZMethod · 0.80
OnObjmovePMethod · 0.80
OnObjmoveHMethod · 0.80
OnObjmoveBMethod · 0.80
OnObjmovePHMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected