CreateDummyEntity
Внешний вид
Creates a DummyEntity.
<syntaxhighlight lang="csharp">DummyEntity NAPI.DummyEntity.CreateDummyEntity(int dummyType, Dictionary<string, object> sharedData, uint dimension = NAPI.GlobalDimension);</syntaxhighlight>
Parameters
- dummyType: parameter input should be in int type
- sharedData: parameter input should be in Dictionary<string, object> type
- dimension: parameter input should be in uint type
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>