Call of Duty Script Documentation
weapontype(<weapon name>)
ModuleWeapons
Summary
Returns the type of weapon that this weapon is
Example
if (weapontype("mosin_nagant_sniper") == "rifle")...;
Minimum Number of arguments: 1
1 : <weapon name> The weapon name.
Number of optional arguments: 0
Return to Function List