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

GetEntityModel

Материал из RAGE MP Wiki Archive
Версия от 09:11, 30 ноября 2019; imported>Xabi (Created page with "Gets the model from the NetHandle passed. {{CSharpContainer| {{#tag:syntaxhighlight|uint {{Template:CSharp_Serverside_namespace}}Entity.GetEntityModel(NetHandle ent);|lang=c...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Gets the model from the NetHandle passed.


<syntaxhighlight lang="csharp">uint NAPI.Entity.GetEntityModel(NetHandle ent);</syntaxhighlight>

Parameters

  • ent: parameter input should be in NetHandle type


Example

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