GetDummyEntityType
Gets the type for the given DummyEntity.
C# Syntax
int NAPI.DummyEntity.GetDummyEntityType(NetHandle entity);
Parameters
- entity: parameter input should be in NetHandle type
Example
// Code here...
Gets the type for the given DummyEntity.
int NAPI.DummyEntity.GetDummyEntityType(NetHandle entity);
// Code here...