Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ setPortalP
Method
setPortalP
Source/PlayerObject.h:221–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
return _lastP;
220
}
221
void setPortalP(ax::Vec2 portalP)
222
{
223
_portalP = portalP;
224
}
225
void setLastP(ax::Vec2 lastP)
226
{
227
_lastP = lastP;
Callers
1
checkCollisions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected