MCPcopy 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
263Vec2F TechController::parentOffset() const {
264 return {m_xParentOffset.get(), m_yParentOffset.get()};
265}
266
267bool TechController::toolUsageSuppressed() const {
268 return m_toolUsageSuppressed.get();

Callers 2

drawablesMethod · 0.80
updateMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected