Template:Client projectile functions: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
(13 intermediate revisions by 8 users not shown)
Line 1: Line 1:
==Syntax==
*[[createProjectile]]
<syntaxhighlight lang="lua">
*[[detonateSatchels]]
bool createProjectile ( element creator, int weapon, float x, float y, float z, float force, element target )
*[[getProjectileCounter]]
</syntaxhighlight>
*[[getProjectileCreator]]
*[[getProjectileForce]]
*[[getProjectileTarget]]
*[[getProjectileType]]
*[[setProjectileCounter]]
 
<noinclude>[[Category:Functions templates]]</noinclude>

Revision as of 02:28, 2 April 2018