DoesEntityExist
Внешний вид
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>