CLuaParticle:SetCollideCallback
Description
Sets the function that gets called whenever the particle collides with the world.
Arguments
1 function collideFunc
The collision callback.
Function argument(s):
1 CLuaParticle particle - The particle itself
2 Vector hitPos - Position of the collision
3 Vector hitNormal - Direction of the collision, perpendicular to the hit surface
Example
Creates an explosion every time an particle collides with something.