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

DoesEntityExist

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

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>