Skip to content

function isNpcActionRunning (client-side)

Available since version: 0.3.5.7

This function checks whether specified NPC action is currently processed.

Declaration

bool isNpcActionRunning(int npc_id, int action_id)

Parameters

  • int npc_id: the npc identifier.
  • int action_id: the unique action identifier.

Returns bool

true if specified action identifier is currently processed, otherwise false.