Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
307
List<Particle> ClientWeather::pullNewParticles() {
308
return take(m_particles);
309
}
310
311
StringList ClientWeather::weatherTrackOptions() const {
312
if (m_currentWeatherType)
Callers
11
render
Method · 0.45
destroy
Method · 0.45
update
Method · 0.45
render
Method · 0.45
particles
Method · 0.45
render
Method · 0.45
destroy
Method · 0.45
render
Method · 0.45
render
Method · 0.45
render
Method · 0.45
render
Method · 0.45
Calls
1
take
Function · 0.85
Tested by
no test coverage detected