MCPcopy 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
547RectF ActorMovementController::collisionBoundBox() const {
548 return collisionBody().boundBox();
549}
550
551bool ActorMovementController::walking() const {
552 return m_walking.get();

Callers

nothing calls this directly

Calls 1

boundBoxMethod · 0.45

Tested by

no test coverage detected