Scripting/Squirrel/Functions/GetWeaponName: Difference between revisions
Jump to navigation
Jump to search

This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "This function will get the weapon name from a given ID. == Syntax == <pre>GetWeaponName( id )</pre> == Arguments == * ''int'' '''id''' - The ID of the weapon == Return va...") |
(No difference)
|
Revision as of 22:24, 2 February 2014
This function will get the weapon name from a given ID.
Syntax
GetWeaponName( id )
Arguments
- int id - The ID of the weapon
Return value
- string name - The name of the weapon
Example
