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

DeleteEntity

Материал из RAGE MP Wiki Archive
Версия от 09:08, 30 ноября 2019; imported>Xabi (Created page with "Destroys the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Entity.DeleteEntity(NetHandle netHandle);|lang=csharp}} {{...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Destroys the given entity.


<syntaxhighlight lang="csharp">void NAPI.Entity.DeleteEntity(NetHandle netHandle);</syntaxhighlight>

Parameters

  • netHandle: parameter input should be in NetHandle type


Example

<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>