GetEntityFromHandle
Внешний вид
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>