function isNpcActionTypeQueued (server-side)
Available since version: 0.3.5.7
This function checks whether specified NPC action type is currently queued.
Declaration
bool isNpcActionTypeQueued(int npc_id, int action_type)
Parameters
intnpc_id: the npc identifier.intaction_type: the unique action type identifier. For more information see Action types.
Returns bool
true if specified action type is currently queued, otherwise false.