Checks if the given entity is an instance of a connected player.
an instance of an entity
true if the entity can be casted to Player and not to Puppet
assert(isPlayerInstance(player!"steve")); assert(!isPlayerInstance(new Puppet(player!"steve")));
See Implementation
Checks if the given entity is an instance of a connected player.