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
intnpc_id: the npc identifier.intaction_id: the unique action identifier.
Returns bool
true if specified action identifier is currently processed, otherwise false.