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

Method particle

source/game/StarParticleDatabase.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54Particle ParticleDatabase::particle(Json const& kindOrConfig, String const& relativePath) const {
55 return particleCreator(kindOrConfig, relativePath)();
56}
57
58}

Callers 8

particlesMethod · 0.80
particlesFromDefinitionFunction · 0.80
renderMethod · 0.80
processActionMethod · 0.80
particleForPlantPartMethod · 0.80
renderMethod · 0.80
LuaAnimationComponentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected