GetEntityFromHandle
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...
Gets the entity given the NetHandle.
T NAPI.Entity.GetEntityFromHandle<T>(NetHandle handle);
// Code here...