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

Method ParticleStop

LuaSTGPlus/LuaWrapper.cpp:775–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773 return LPOOL.SetAttr(L);
774 }
775 static int ParticleStop(lua_State* L)LNOEXCEPT
776 {
777 return LPOOL.ParticleStop(L);
778 }
779 static int ParticleFire(lua_State* L)LNOEXCEPT
780 {
781 return LPOOL.ParticleFire(L);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected