Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1669
String Humanoid::defaultDeathParticles() const {
1670
return m_defaultDeathParticles;
1671
}
1672
1673
List<Particle> Humanoid::particles(String const& name) const {
1674
auto particleDatabase = Root::singleton().particleDatabase();
Callers
2
destroy
Method · 0.80
Npc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected