MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / ASMakeParticleColor

Function ASMakeParticleColor

Source/Scripting/angelscript/asfuncs.cpp:2115–2117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2113}
2114
2115unsigned ASMakeParticleColor(std::string path, vec3 pos, vec3 vel, vec3 color) {
2116 return the_scenegraph->particle_system->MakeParticle(the_scenegraph, path, pos, vel, color);
2117}
2118
2119void ASConnectParticles(unsigned a, unsigned b) {
2120 the_scenegraph->particle_system->ConnectParticles(a, b);

Callers

nothing calls this directly

Calls 1

MakeParticleMethod · 0.80

Tested by

no test coverage detected