GetProjectileForce

From Multi Theft Auto: Wiki
Revision as of 19:22, 18 April 2010 by Gamesnert (talk | contribs) (Created page with '__NOTOC__ {{Client function}} This function returns the force of the specified projectile. ==Syntax== <syntaxhighlight lang="lua"> int getProjectileForce ( projectile theProjectile ) </syntaxhighlight> …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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