GetEntityModel
Внешний вид
Gets the model from the NetHandle passed.
<syntaxhighlight lang="csharp">uint NAPI.Entity.GetEntityModel(NetHandle ent);</syntaxhighlight>
Parameters
- ent: parameter input should be in NetHandle type
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>