Event Skill Start
Last updated
Last updated
After the skill is initialized, this event is getting called.
This is the part of the SkillModule that executes the logic of the skill.
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.