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

Method parentHidden

source/game/StarTechController.cpp:271–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271bool TechController::parentHidden() const {
272 return m_parentHidden.get();
273}
274
275List<Drawable> TechController::backDrawables() {
276 List<Drawable> drawables;

Callers 2

drawablesMethod · 0.80
renderMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected