Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
void TechController::setAimPosition(Vec2F const& aimPosition) {
195
m_aimPosition = aimPosition;
196
}
197
198
void TechController::tickMaster(float dt) {
199
// if there's no gravity, fly instead of walking
Callers
1
aim
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected