WeaponNameToModel
Gets the numeric hash from the Weapon's name.
C# Syntax
uint NAPI.Util.WeaponNameToModel(string modelName);
Parameters
- modelName: The Weapon's model name.
Example
// Code here...
Gets the numeric hash from the Weapon's name.
uint NAPI.Util.WeaponNameToModel(string modelName);
// Code here...