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

GetEntityFromHandle

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

Gets the entity given the NetHandle.


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

Parameters

  • handle: parameter input should be in NetHandle type


Example

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