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

SetEntityModel

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

Sets the model for the given entity.


<syntaxhighlight lang="csharp">void NAPI.Entity.SetEntityModel(NetHandle handle, int modelHash);</syntaxhighlight>

Parameters

  • handle: parameter input should be in NetHandle type
  • modelHash: parameter input should be in int type


Example

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