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