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

GetEntityFromHandle

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

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>