GetProjectileForce

From Multi Theft Auto: Wiki
Revision as of 09:25, 19 April 2010 by Sebassje (talk | contribs)
Jump to navigation Jump to search

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

See also