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

Method controlDown

source/game/StarActorMovementController.cpp:650–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650void ActorMovementController::controlDown() {
651 m_controlDown = true;
652}
653
654void ActorMovementController::controlCrouch() {
655 m_controlCrouch = true;

Callers 2

tickMasterMethod · 0.80
performControlsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected