GetProjectileForce: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ {{Client function}} This function returns the force of the specified projectile. ==Syntax== <syntaxhighlight lang="lua"> int getProjectileForce ( projectile theProjectile ) </syntaxhighlight> …')
(No difference)

Revision as of 19:22, 18 April 2010

This function returns the force of the specified projectile.

Syntax

int 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