FireProjectile
Usage:
FireProjectile(Actor, TargetActor, Projectile)
Description:
The FireProjectile command launches a projectile from the specified actor, attacking the target actor. Damage etc. is calculated and applied automatically, based on the projectile settings.
Example:
Function Main()
FireProjectile(Actor(), ContextActor(), "Fireball")
Return()
End Function
Comments (0)
You don't have permission to comment on this page.