MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / getLastGroundPos

Method getLastGroundPos

Source/PlayerObject.cpp:974–974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

972bool PlayerObject::isOnGround() { return this->m_bOnGround; }
973
974ax::Vec2 PlayerObject::getLastGroundPos() { return this->m_obLastGroundPos; }
975
976void PlayerObject::logValues()
977{

Callers 1

updateCameraMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected