MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / hitPoly

Method hitPoly

source/game/StarPlayer.cpp:523–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523Maybe<PolyF> Player::hitPoly() const {
524 return m_movementController->collisionBody();
525}
526
527List<DamageNotification> Player::applyDamage(DamageRequest const& request) {
528 if (!inWorld() || isDead() || m_isAdmin)

Callers

nothing calls this directly

Calls 1

collisionBodyMethod · 0.45

Tested by

no test coverage detected