Weapons::clear: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "Removes all weapons from the player. Analog player.removeAllWeapons() Удаляет всё оружие игрока. Аналог Player::rem...")
 
No edit summary
Line 8: Line 8:
player.weapons.clear();
player.weapons.clear();
</pre>
</pre>
== See Also ==
{{Player_block}}

Revision as of 17:23, 1 January 2021

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

Удаляет всё оружие игрока. Аналог player.removeAllWeapons()

Syntax

player.weapons.clear();

See Also