Element/Weapon: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ The Weapon class represents a custom static weapons. Weapon element created by createWeapon and can be manipulated with the following features element...")
 
m (Добавление языков)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
The Weapon class represents a custom static weapons.
The Weapon class represents a custom static weapon. Weapon elements created by [[CreateWeapon|createWeapon]] can be manipulated with the following scripting functions.
 
Weapon element created by [[CreateWeapon|createWeapon]] and can be manipulated with the following features elements.


The element type of this class is '''"weapon"'''.
The element type of this class is '''"weapon"'''.
Line 9: Line 7:
===Client===
===Client===
{{Client weapon creation functions}}
{{Client weapon creation functions}}
[[Category:Element Types]]
[[en:Element/Weapon]]
[[ru:Element/Weapon]]
[[hu:Element/Weapon]]

Latest revision as of 10:49, 15 April 2021

The Weapon class represents a custom static weapon. Weapon elements created by createWeapon can be manipulated with the following scripting functions.

The element type of this class is "weapon".

Related scripting functions

Client