Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ getY
Method
getY
Source/Position.hpp:98–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
return mX < pRight.mX;
97
}
98
int getY() const { return (int) mY; }
99
void setY(int pY) { mY = pY; }
100
101
int getX() const { return (int) mX; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected