Table of Contents

ProjectileData::radiusDamage

There is no doc-string available for this function.

Syntax

script ProjectileData::radiusDamage(string %this, string %obj, string %col, string %distanceFactor, string %pos, string %damageAmt);

Parameters

string %this
No description available.

string %obj
No description available.

string %col
No description available.

string %distanceFactor
No description available.

string %pos
No description available.

string %damageAmt
No description available.

Return value

script
No description available.

Remarks

Examples

Source

base/server/scripts/allGameScripts.cs:10245

See also

ProjectileData::Damage
ProjectileData::impactImpulse
ProjectileData::onCollision
ProjectileData::onExplode
ProjectileData::radiusImpulse

References

This function is not called by any other functions.