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

Method pullNewParticles

source/game/StarWeather.cpp:307–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307List<Particle> ClientWeather::pullNewParticles() {
308 return take(m_particles);
309}
310
311StringList ClientWeather::weatherTrackOptions() const {
312 if (m_currentWeatherType)

Callers 11

renderMethod · 0.45
destroyMethod · 0.45
updateMethod · 0.45
renderMethod · 0.45
particlesMethod · 0.45
renderMethod · 0.45
destroyMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45

Calls 1

takeFunction · 0.85

Tested by

no test coverage detected