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

Method groundMovement

source/game/StarActorMovementController.cpp:589–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589bool ActorMovementController::groundMovement() const {
590 return m_groundMovement.get();
591}
592
593bool ActorMovementController::liquidMovement() const {
594 return m_liquidMovement.get();

Callers 3

processStateChangesMethod · 0.80
updateMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected