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

Method crouching

source/game/StarActorMovementController.cpp:569–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569bool ActorMovementController::crouching() const {
570 return m_crouching.get();
571}
572
573bool ActorMovementController::flying() const {
574 return m_flying.get();

Callers 3

processStateChangesMethod · 0.80
updateMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected