| 966 | float PlayerObject::flipMod() { return this->m_bGravityFlipped ? -1.0f : 1.0f; } |
| 967 | |
| 968 | bool PlayerObject::isGravityFlipped() { return this->m_bGravityFlipped; } |
| 969 | |
| 970 | bool PlayerObject::isDead() { return this->m_bIsDead; } |
| 971 |
no outgoing calls
no test coverage detected