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

Method isNullColliding

source/game/StarMovementController.cpp:302–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302bool MovementController::isNullColliding() const {
303 return m_nullColliding.get();
304}
305
306bool MovementController::isCollisionStuck() const {
307 return m_collisionStuck.get();

Callers 3

updateMethod · 0.80
processStateChangesMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected