GetProjectileForce

From Multi Theft Auto: Wiki
Revision as of 12:34, 2 January 2014 by Myonlake (talk | contribs)
Jump to navigation Jump to search

Accessories-text-editor.png 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

See also