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

SetDummyEntityType

Материал из RAGE MP Wiki Archive
Версия от 16:54, 29 ноября 2019; imported>Xabi (Created page with "Sets the type for the given DummyEntity. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}DummyEntity.SetDummyEntityType(NetHandle enti...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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>