GetProjectileTarget
Jump to navigation
Jump to search
This function returns the target of the specified projectile.
Syntax
element getProjectileTarget ( projectile theProjectile )
Required Arguments
- theProjectile: The projectile element which target you want to retrieve.
Returns
Returns the element which is the projectile's target if the projectile is valid and a HS Rocket Projectile, false otherwise.
Example
-- TODO