DoesEntityExist
Check if the entity exists.
C# Syntax
bool NAPI.Entity.DoesEntityExist(NetHandle netHandle);
Parameters
- netHandle: parameter input should be in NetHandle type
Example
// Code here...
Check if the entity exists.
bool NAPI.Entity.DoesEntityExist(NetHandle netHandle);
// Code here...