| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected