event onPlayerAnimEventTag (client-side)
Available since version: 0.3.0
This event is triggered when current frame of player animation have eventTag added.
Parameters
int playerid, string eventTag, string param1, string param2
intplayerid: the id of the hero/npc.stringeventTag: the name of eventTag.stringparam1: the first event param.stringparam2: the second event param.