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

Method walking

source/game/StarActorMovementController.cpp:551–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551bool ActorMovementController::walking() const {
552 return m_walking.get();
553}
554
555bool ActorMovementController::running() const {
556 return m_running.get();

Callers 3

processStateChangesMethod · 0.80
updateMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected