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

GetEntityType

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

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>