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

Method drawables

source/game/StarStatusController.cpp:555–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555List<Drawable> StatusController::drawables() const {
556 List<Drawable> drawables;
557 for (auto const& animator : m_effectAnimators.netElements())
558 drawables.appendAll(animator->animator.drawables(m_movementController->position()));
559 return drawables;
560}
561
562List<LightSource> StatusController::lightSources() const {
563 List<LightSource> lightSources;

Callers

nothing calls this directly

Calls 3

netElementsMethod · 0.80
appendAllMethod · 0.80
positionMethod · 0.45

Tested by

no test coverage detected