GetProjectileForce: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
OpenIDUser32 (talk | contribs) No edit summary |
||
Line 22: | Line 22: | ||
{{Client projectile functions}} | {{Client projectile functions}} | ||
[[Category:Needs_Example]] | [[Category:Needs_Example]] | ||
[[it:getProjectileForce]] |
Revision as of 07:03, 16 December 2011
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