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

GetEntityModel

Материал из RAGE MP Wiki Archive

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>