GetProjectileCreator: Difference between revisions
Jump to navigation
Jump to search
(Example contains various errors, DON'T ADD AN EXAMPLE IF YOU CAN'T SCRIPT) |
(Added needs example) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Client function}} | {{Client function}} | ||
{{Needs Example}} | |||
This function returns the creator of the specified projectile. | This function returns the creator of the specified projectile. | ||
Revision as of 13:14, 17 November 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
See also
- createProjectile
- getProjectileCounter
- getProjectileCreator
- getProjectileForce
- getProjectileTarget
- getProjectileType
- setProjectileCounter
- Shared
- detonateSatchels