Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ parentOffset
Method
parentOffset
source/game/StarTechController.cpp:263–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
}
262
263
Vec2F TechController::parentOffset() const {
264
return {m_xParentOffset.get(), m_yParentOffset.get()};
265
}
266
267
bool TechController::toolUsageSuppressed() const {
268
return m_toolUsageSuppressed.get();
Callers
2
drawables
Method · 0.80
update
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected