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

Method controlFly

source/game/StarActorMovementController.cpp:663–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663void ActorMovementController::controlFly(Vec2F const& velocity) {
664 m_controlFly = velocity;
665}
666
667Maybe<pair<Vec2F, bool>> ActorMovementController::pathMove(Vec2F const& position, bool, Maybe<PlatformerAStar::Parameters> const& parameters) {
668 if (!m_pathController)

Callers 3

makeMonsterCallbacksMethod · 0.80
tickMasterMethod · 0.80
performControlsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected