GetProjectileTarget

From Multi Theft Auto: Wiki
Revision as of 09:26, 19 April 2010 by Sebassje (talk | contribs)
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

See also