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

Method defaultDeathParticles

source/game/StarHumanoid.cpp:1669–1671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1667}
1668
1669String Humanoid::defaultDeathParticles() const {
1670 return m_defaultDeathParticles;
1671}
1672
1673List<Particle> Humanoid::particles(String const& name) const {
1674 auto particleDatabase = Root::singleton().particleDatabase();

Callers 2

destroyMethod · 0.80
NpcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected