Event Skill Start
After the skill is initialized, this event is getting called.
This is the part of the SkillModule that executes the logic of the skill.

BasicSkillStart

AttackLoop
If the Skill Type equals HoldAndRelease or Toggle then this function will be called, by default this function is in loop with an interval of HitDelay. It calls BasicSkillStart()
on each tick.
Last updated