Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
extern ObjectMoveManager ObjMoveManager;
Callers
9
OnInitDialog
Method · 0.80
OnObjmoveX
Method · 0.80
OnObjmoveY
Method · 0.80
OnObjmoveXY
Method · 0.80
OnObjmoveZ
Method · 0.80
OnObjmoveP
Method · 0.80
OnObjmoveH
Method · 0.80
OnObjmoveB
Method · 0.80
OnObjmovePH
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected