GetProjectileForce
Jump to navigation
Jump to search
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