Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
Particle ParticleDatabase::particle(Json const& kindOrConfig, String const& relativePath) const {
55
return particleCreator(kindOrConfig, relativePath)();
56
}
57
58
}
Callers
8
particles
Method · 0.80
handleDamageNotifications
Method · 0.80
particlesFromDefinition
Function · 0.80
render
Method · 0.80
processAction
Method · 0.80
particleForPlantPart
Method · 0.80
render
Method · 0.80
LuaAnimationComponent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected