GetProjectileForce
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