CreateDummyEntity

From RAGE Multiplayer Wiki

Creates a DummyEntity.


C# Syntax

DummyEntity NAPI.DummyEntity.CreateDummyEntity(int dummyType, Dictionary<string, object> sharedData, uint dimension = NAPI.GlobalDimension);

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

// Code here...