GetProjectileCreator: Difference between revisions
Jump to navigation
Jump to search
(Created page with '__NOTOC__ {{Client function}} {{Projectiles}} This function returns the creator of the specified projectile. ==Syntax== <syntaxhighlight lang="lua"> int getProjectileCreator ( projectile thePr…') |
mNo edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Client function}} | {{Client function}} | ||
This function returns the creator of the specified projectile. | This function returns the creator of the specified projectile. | ||
Revision as of 19:20, 18 April 2010
This function returns the creator of the specified projectile.
Syntax
int 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