DoesEntityExistForPlayer
Внешний вид
Checks if an entity exists for the given player.
Syntax
<syntaxhighlight lang="C#" >bool NAPI.Entity.DoesEntityExistForPlayer(Player player, NetHandle entity);</syntaxhighlight>
Required Arguments
- player: parameter input should be in Player type.
- entity: parameter input should be in NetHandle type.
NOTE: This function returns data in bool type.
Usage example(s)
Example Description <syntaxhighlight lang="C#" >NAPI.Entity.DoesEntityExistForPlayer(Player player, NetHandle entity);</syntaxhighlight>