Перейти к содержанию

GetDummyEntityType

Материал из RAGE MP Wiki Archive

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>