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

Method addParticle

source/game/StarWorldClient.cpp:2243–2245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2241}
2242
2243void WorldClient::ClientRenderCallback::addParticle(Particle particle) {
2244 particles.append(std::move(particle));
2245}
2246
2247void WorldClient::ClientRenderCallback::addAudio(AudioInstancePtr audio) {
2248 audios.append(std::move(audio));

Callers 5

renderMethod · 0.80
particleForPlantPartMethod · 0.80
renderMethod · 0.80
renderParticlesMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected