GetProjectileCreator

From Multi Theft Auto: Wiki
Revision as of 11:47, 17 November 2011 by Arran Fortuna (talk | contribs) (Example contains various errors, DON'T ADD AN EXAMPLE IF YOU CAN'T SCRIPT)
Jump to navigation Jump to search

This function returns the creator of the specified projectile.

Syntax

element getProjectileCreator ( projectile theProjectile )

Required Arguments

  • theProjectile: The projectile element which creator you want to retrieve.

Returns

Returns the element which created the projectile if successful, false otherwise.

Example

--TODO

See also