function isPlayer (server-side)
Available since version: 0.3.7.3
This function checks whether id related to given object is remote player.
Declaration
bool isPlayer(int id)
Parameters
intid: the player identifier.
Returns bool
true when object is remote player, otherwise false.