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

GetEntityType

Материал из RAGE MP Wiki Archive
Версия от 09:13, 30 ноября 2019; imported>Xabi (Created page with "Gets the type for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|EntityType {{Template:CSharp_Serverside_namespace}}Entity.GetEntityType(NetHandle handle);|lang...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Gets the type for the given entity.


<syntaxhighlight lang="csharp">EntityType NAPI.Entity.GetEntityType(NetHandle handle);</syntaxhighlight>

Parameters

  • handle: parameter input should be in NetHandle type


Example

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