Weapons::clear: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "Removes all weapons from the player. Analog player.removeAllWeapons() Удаляет всё оружие игрока. Аналог Player::rem...")
 
m (Undone translations)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Removes all weapons from the player. Analog [[Player::removeAllWeapons|player.removeAllWeapons()]]
Removes all weapons from the player. Analog [[Player::removeAllWeapons|player.removeAllWeapons()]]
Удаляет всё оружие игрока. Аналог [[Player::removeAllWeapons|player.removeAllWeapons()]]


== Syntax ==
== Syntax ==
Line 8: Line 6:
player.weapons.clear();
player.weapons.clear();
</pre>
</pre>
== See Also ==
{{Player_block}}

Latest revision as of 09:22, 4 January 2021

Removes all weapons from the player. Analog player.removeAllWeapons()

Syntax

player.weapons.clear();

See Also