Skip to content

event onNpcActionFinished (client-side)

Available since version: 0.3.0

This event is triggered when NPC action was finished.

Parameters

int npc_id, int action_type, int action_id, bool result
  • int npc_id: the remote npc identifier.
  • int action_type: the action type.
  • int action_id: the unique action identifier.
  • bool result: the result of finished action.