PedNameToModel

From RAGE Multiplayer Wiki
Revision as of 08:52, 29 November 2019 by Xabi (talk | contribs) (Created page with "Gets the numeric hash from the Ped's name. {{CSharpContainer| {{#tag:syntaxhighlight|string {{Template:CSharp_Serverside_namespace}}Util.PedNameToModel(string modelName);|la...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Gets the numeric hash from the Ped's name.


C# Syntax

string NAPI.Util.PedNameToModel(string modelName);

Parameters

  • modelName: The Pickup's model name.


Example

// Code here...