Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ setMove
Method
setMove
src/Engine/ShaderMove.h:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
inline void setMove(int x, int y)
80
{
81
_move_x = x;
82
_move_y = y;
83
}
84
inline void addMove(int x, int y)
85
{
86
_move_x += x;
Callers
1
drawShadow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected