event onNpcActionRecv (client-side)
Available since version: 0.3.0
This event is triggered when client receives new NPC action.
Parameters
int npc_id, int action_type, int action_id
intnpc_id: the remote npc identifier.intaction_type: the action type.intaction_id: the unique action identifier.