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

Method hitPoly

source/game/StarVehicle.cpp:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168Maybe<PolyF> Vehicle::hitPoly() const {
169 return m_movementController.collisionBody();
170}
171
172List<DamageNotification> Vehicle::applyDamage(DamageRequest const& damage) {
173 if (!inWorld())

Callers

nothing calls this directly

Calls 1

collisionBodyMethod · 0.45

Tested by

no test coverage detected