Defines the execution type of a skill.
public enum SkillExecutionType
Name
intValue
Description
InstantExecute
0
A skill is executed instantly, without a cast time
CastExecute
1
A skill is executed with a cast time
PermanentExecute
2
A skill is executed permanently, without finishing
Last updated 5 years ago