Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ collisionBoundBox
Method
collisionBoundBox
source/game/StarActorMovementController.cpp:547–549 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
545
}
546
547
RectF ActorMovementController::collisionBoundBox() const {
548
return collisionBody().boundBox();
549
}
550
551
bool ActorMovementController::walking() const {
552
return m_walking.get();
Callers
nothing calls this directly
Calls
1
boundBox
Method · 0.45
Tested by
no test coverage detected