Weapon::getAllWeaponNames: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number[]}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.weapon.getAllWeaponNames()) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Weapon_s_function_c}} Category:Clientside API Category:TODO: Example")
 
No edit summary
 
Line 9: Line 9:
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
mp.game.weapon.getAllWeaponNames())
mp.game.weapon.getAllWeaponNames()
</syntaxhighlight>
</syntaxhighlight>



Latest revision as of 10:37, 10 May 2025

Client-Side
Function

 JavaScript



JavaScript Syntax


Return value

  • number[]

Syntax

mp.game.weapon.getAllWeaponNames()

Example

//todo


See also