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

DoesEntityExist

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

Check if the entity exists.


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

Parameters

  • netHandle: parameter input should be in NetHandle type


Example

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