SkillExecutionType

Defines the execution type of a skill.

Implementation

public enum SkillExecutionType

Fields

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