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