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

Method isGravityFlipped

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

Source from the content-addressed store, hash-verified

966float PlayerObject::flipMod() { return this->m_bGravityFlipped ? -1.0f : 1.0f; }
967
968bool PlayerObject::isGravityFlipped() { return this->m_bGravityFlipped; }
969
970bool PlayerObject::isDead() { return this->m_bIsDead; }
971

Callers 4

updateJumpMethod · 0.95
playerIsFallingMethod · 0.95
updateCameraMethod · 0.80
checkCollisionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected