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

Method running

source/game/StarActorMovementController.cpp:555–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555bool ActorMovementController::running() const {
556 return m_running.get();
557}
558
559Direction ActorMovementController::movingDirection() const {
560 return m_movingDirection.get();

Callers 5

pullRequestsMethod · 0.45
updateMethod · 0.45
processStateChangesMethod · 0.45
updateMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected