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

Method renderLightSources

source/game/StarPlayer.cpp:1201–1204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1199}
1200
1201void Player::renderLightSources(RenderCallback* renderCallback) {
1202 renderCallback->addLightSources(lightSources());
1203 m_deployment->renderLightSources(renderCallback);
1204}
1205
1206Json Player::getGenericProperty(String const& name, Json const& defaultValue) const {
1207 return m_genericProperties.value(name, defaultValue);

Callers

nothing calls this directly

Calls 1

addLightSourcesMethod · 0.80

Tested by

no test coverage detected