GetEntityType
Внешний вид
Gets the type for the given entity.
<syntaxhighlight lang="csharp">EntityType NAPI.Entity.GetEntityType(NetHandle handle);</syntaxhighlight>
Parameters
- handle: parameter input should be in NetHandle type
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>