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

Method isCollisionStuck

source/game/StarMovementController.cpp:306–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306bool MovementController::isCollisionStuck() const {
307 return m_collisionStuck.get();
308}
309
310Maybe<float> MovementController::stickingDirection() const {
311 return m_stickingDirection.get();

Callers 2

updateMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected