GetProjectileForce: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Client function}}
{{Client function}}
{{Needs_Example}}
This function returns the force of the specified projectile.
This function returns the force of the specified projectile.


Line 21: Line 22:
==See also==
==See also==
{{Client projectile functions}}
{{Client projectile functions}}
[[Category:Needs_Example]]
[[it:getProjectileForce]]
[[it:getProjectileForce]]

Revision as of 12:34, 2 January 2014

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