function isNpcActionFinished (server-side)
Available since version: 0.3.0
This function checks whether specified NPC action was finished.
Declaration
bool isNpcActionFinished(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 was already finished, otherwise false.