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

SetDummyEntityType

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

Sets the type for the given DummyEntity.


<syntaxhighlight lang="csharp">void NAPI.DummyEntity.SetDummyEntityType(NetHandle entity, int type);</syntaxhighlight>

Parameters

  • entity: parameter input should be in NetHandle type
  • type: parameter input should be in int type


Example

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