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

Function ASMakeParticle

Source/Scripting/angelscript/asfuncs.cpp:2111–2113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2109}
2110
2111unsigned ASMakeParticle(std::string path, vec3 pos, vec3 vel) {
2112 return the_scenegraph->particle_system->MakeParticle(the_scenegraph, path, pos, vel, vec3(1.0f));
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);

Callers

nothing calls this directly

Calls 2

MakeParticleMethod · 0.80
vec3Class · 0.50

Tested by

no test coverage detected