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

Method addLightSource

source/game/StarWorldClient.cpp:2239–2241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2237}
2238
2239void WorldClient::ClientRenderCallback::addLightSource(LightSource lightSource) {
2240 lightSources.append(std::move(lightSource));
2241}
2242
2243void WorldClient::ClientRenderCallback::addParticle(Particle particle) {
2244 particles.append(std::move(particle));

Callers 2

renderLightSourcesMethod · 0.80
renderLightSourcesMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected