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

Method isDead

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

Source from the content-addressed store, hash-verified

968bool PlayerObject::isGravityFlipped() { return this->m_bGravityFlipped; }
969
970bool PlayerObject::isDead() { return this->m_bIsDead; }
971
972bool PlayerObject::isOnGround() { return this->m_bOnGround; }
973

Callers 3

updateMethod · 0.80
destroyPlayerMethod · 0.80
updateCameraMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected