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

GetDummyEntityType

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

Gets the type for the given DummyEntity.


<syntaxhighlight lang="csharp">int NAPI.DummyEntity.GetDummyEntityType(NetHandle entity);</syntaxhighlight>

Parameters

  • entity: parameter input should be in NetHandle type


Example

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