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

Method falling

source/game/StarActorMovementController.cpp:577–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577bool ActorMovementController::falling() const {
578 return m_falling.get();
579}
580
581bool ActorMovementController::canJump() const {
582 return m_canJump.get();

Callers 2

processStateChangesMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected