Template:Client projectile functions: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
 
m (Template reworked)
 
(15 intermediate revisions by 10 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>[[getProjectileCounter]]</li>
</syntaxhighlight>
<li>[[getProjectileCreator]]</li>
<li>[[getProjectileForce]]</li>
<li>[[getProjectileTarget]]</li>
<li>[[getProjectileType]]</li>
<li>[[setProjectileCounter]]</li>
</ul>
 
'''Shared'''
{{Shared_projectile_functions}}
 
<noinclude>[[Category:Functions templates]]</noinclude>

Latest revision as of 19:26, 29 April 2024