GetProjectileCreator: Difference between revisions
Jump to navigation
Jump to search
(Added needs example) |
OpenIDUser32 (talk | contribs) No edit summary |
||
Line 22: | Line 22: | ||
==See also== | ==See also== | ||
{{Client projectile functions}} | {{Client projectile functions}} | ||
[[it:getProjectileCreator]] |
Revision as of 07:01, 16 December 2011
Script Example Missing Function GetProjectileCreator needs a script example, help out by writing one. | |
Before submitting check out Editing Guidelines Script Examples. |
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