MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / ParticleFire

Method ParticleFire

LuaSTGPlus/LuaWrapper.cpp:779–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

777 return LPOOL.ParticleStop(L);
778 }
779 static int ParticleFire(lua_State* L)LNOEXCEPT
780 {
781 return LPOOL.ParticleFire(L);
782 }
783 static int ParticleGetn(lua_State* L)LNOEXCEPT
784 {
785 return LPOOL.ParticleGetn(L);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected