Weapons::clear: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
m (Undone translations)
 
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 ==

Latest revision as of 09:22, 4 January 2021

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

Syntax

player.weapons.clear();

See Also