Skip to content

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
  • int playerid: the id of the hero/npc.
  • string eventTag: the name of eventTag.
  • string param1: the first event param.
  • string param2: the second event param.