I was wondering if theres an oncollision function that would work on all weapon projectiles when they collide. I was thinking...
Function ProjectileData::OnCollision(%this, %obj, %col, %fade, %pos, %normal)
{
//Stuff in function goes here
}
I wasn't sure though so if you could help me out, I'd appreciate it a lot.