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

Method setAimPosition

source/game/StarTechController.cpp:194–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void TechController::setAimPosition(Vec2F const& aimPosition) {
195 m_aimPosition = aimPosition;
196}
197
198void TechController::tickMaster(float dt) {
199 // if there's no gravity, fly instead of walking

Callers 1

aimMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected