Перейти к содержанию

PickupNameToModel

Материал из RAGE MP Wiki Archive
Версия от 08:52, 29 ноября 2019; imported>Xabi (Created page with "Gets the numeric hash from the Pickup's name. {{CSharpContainer| {{#tag:syntaxhighlight|string {{Template:CSharp_Serverside_namespace}}Util.PickupNameToModel(string modelNam...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Gets the numeric hash from the Pickup's name.


<syntaxhighlight lang="csharp">string NAPI.Util.PickupNameToModel(string modelName);</syntaxhighlight>

Parameters

  • modelName: The Pickup's model name.


Example

<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>