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

Method renderLightSources

source/game/StarPlayerDeployment.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void PlayerDeployment::renderLightSources(RenderCallback* renderCallback) {
100 renderCallback->addLightSources(m_scriptComponent.lightSources());
101}
102
103}

Callers

nothing calls this directly

Calls 2

addLightSourcesMethod · 0.80
lightSourcesMethod · 0.45

Tested by

no test coverage detected