PickupNameToModel

From RAGE Multiplayer Wiki

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...