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

Method lightSources

source/game/StarVehicle.cpp:355–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355List<LightSource> Vehicle::lightSources() const {
356 auto lightSources = m_networkedAnimator.lightSources(position());
357 return lightSources;
358}
359
360bool Vehicle::shouldDestroy() const {
361 return m_shouldDestroy;

Callers 1

renderLightSourcesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected