GetEntityFromHandle

From RAGE Multiplayer Wiki
Revision as of 09:11, 30 November 2019 by Xabi (talk | contribs) (Created page with "Gets the entity given the NetHandle. {{CSharpContainer| {{#tag:syntaxhighlight|T {{Template:CSharp_Serverside_namespace}}Entity.GetEntityFromHandle<T>(NetHandle handle);|lan...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Gets the entity given the NetHandle.


C# Syntax

T NAPI.Entity.GetEntityFromHandle<T>(NetHandle handle);

Parameters

  • handle: parameter input should be in NetHandle type


Example

// Code here...