Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
306
bool MovementController::isCollisionStuck() const {
307
return m_collisionStuck.get();
308
}
309
310
Maybe<float> MovementController::stickingDirection() const {
311
return m_stickingDirection.get();
Callers
2
update
Method · 0.80
addActorMovementCallbacks
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected