Template:Client projectile functions: Difference between revisions

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

Latest revision as of 13:28, 7 August 2023