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

Method jumping

source/game/StarActorMovementController.cpp:585–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583}
584
585bool ActorMovementController::jumping() const {
586 return m_jumping.get();
587}
588
589bool ActorMovementController::groundMovement() const {
590 return m_groundMovement.get();

Callers 2

processStateChangesMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected