Table of Contents

ProjectileData::impactImpulse

There is no doc-string available for this function.

Syntax

script ProjectileData::impactImpulse(string %this, string %obj, string %col, string %vector);

Parameters

string %this
No description available.

string %obj
No description available.

string %col
No description available.

string %vector
No description available.

Return value

script
No description available.

Remarks

Examples

Source

base/server/scripts/allGameScripts.cs:10347

See also

ProjectileData::Damage
ProjectileData::onCollision
ProjectileData::onExplode
ProjectileData::radiusDamage
ProjectileData::radiusImpulse

References

This function is not called by any other functions.