function
isRemoteNpc (client-side)
Available since version: 0.3.0
This function checks whether id related to given object is remote NPC.
Declaration
bool isRemoteNpc(int npcId)
Parameters
int
npcId: the npc id.
Returns bool
true
when object is remote npc, otherwise false
.