MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / getX

Method getX

Source/Position.hpp:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 void setY(int pY) { mY = pY; }
100
101 int getX() const { return (int) mX; }
102 void setX(int pX) { mX = pX; }
103 inline int16 x() const {
104 return (int16)mX;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected