GetEntityModel
Gets the model from the NetHandle passed.
C# Syntax
uint NAPI.Entity.GetEntityModel(NetHandle ent);
Parameters
- ent: parameter input should be in NetHandle type
Example
// Code here...
Gets the model from the NetHandle passed.
uint NAPI.Entity.GetEntityModel(NetHandle ent);
// Code here...