Weapon::getAllWeaponNames

From RAGE Multiplayer Wiki
Revision as of 10:36, 1 May 2024 by Shr0x (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Return value

  • number[]

Syntax

mp.game.weapon.getAllWeaponNames())

Example

//todo


See also