GetProjectileForce: Difference between revisions
Jump to navigation
Jump to search
OpenIDUser32 (talk | contribs) No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Client function}} | {{Client function}} | ||
{{Needs_Example}} | |||
This function returns the force of the specified projectile. | This function returns the force of the specified projectile. | ||
Line 21: | Line 22: | ||
==See also== | ==See also== | ||
{{Client projectile functions}} | {{Client projectile functions}} | ||
[[it:getProjectileForce]] | [[it:getProjectileForce]] |
Revision as of 12:34, 2 January 2014
Script Example Missing Function GetProjectileForce needs a script example, help out by writing one. | |
Before submitting check out Editing Guidelines Script Examples. |
This function returns the force of the specified projectile.
Syntax
float getProjectileForce ( projectile theProjectile )
Required Arguments
- theProjectile: The projectile element which force you want to retrieve.
Returns
Returns a float if successful, false otherwise.
Example
-- TODO