Call of Duty Script Documentation
getweaponmodel(<weapon name>)
ModuleWeapons
Summary
Returns the name of the weapon model used for the given weapon
Example
sniper_model = getweaponmodel("mosin_nagant_sniper");
Minimum Number of arguments: 1
1 : <weapon name> The name of the weapon
Number of optional arguments: 0
Return to Function List