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

Method isVisible

source/game/StarTechController.cpp:404–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404bool TechController::TechAnimator::isVisible() const {
405 return visible.get();
406}
407
408void TechController::setupTechModules(List<tuple<String, JsonObject>> const& moduleInits) {
409 for (auto& techModule : m_techModules)

Callers 6

backDrawablesMethod · 0.80
frontDrawablesMethod · 0.80
lightSourcesMethod · 0.80
pullNewAudiosMethod · 0.80
pullNewParticlesMethod · 0.80
updateAnimatorsMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected