Table of Contents

ProjectileData::onCollision

There is no doc-string available for this function.

Syntax

script ProjectileData::onCollision(string %this, string %obj, string %col, string %fade, string %pos, string %normal, string %velocity);

Parameters

string %this
No description available.

string %obj
No description available.

string %col
No description available.

string %fade
No description available.

string %pos
No description available.

string %normal
No description available.

string %velocity
No description available.

Return value

script
No description available.

Remarks

Examples

Source

base/server/scripts/allGameScripts.cs:9898

See also

ProjectileData::Damage
ProjectileData::impactImpulse
ProjectileData::onExplode
ProjectileData::radiusDamage
ProjectileData::radiusImpulse

References

This function is not called by any other functions.