GetProjectileForce
From Multi Theft Auto: Wiki
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
-- TODOSee also
- getProjectileCreator
- getProjectileForce
- getProjectileTarget