Method | Description | |
---|---|---|
IsAbility ( AbilityType abilityType ) : bool |
Represents all the types that are not spells or casted.
|
|
IsSpell ( AbilityType abilityType ) : bool |
Represents all the types that are spells or casted.
|
|
ToAbilityType ( string abilityType ) : AbilityType | ||
ToCategoryType ( string categoryType ) : CategoryType | ||
ToElementType ( string elementType ) : ElementType | ||
ToSkillType ( string skillType ) : SkillType | ||
ToTargetType ( string targetType ) : TargetType | ||
ToTargetTypeFlags ( string targetType ) : TargetType |
public static IsAbility ( AbilityType abilityType ) : bool | ||
abilityType | AbilityType | |
return | bool |
public static IsSpell ( AbilityType abilityType ) : bool | ||
abilityType | AbilityType | |
return | bool |
public static ToAbilityType ( string abilityType ) : AbilityType | ||
abilityType | string | |
return | AbilityType |
public static ToCategoryType ( string categoryType ) : CategoryType | ||
categoryType | string | |
return | CategoryType |
public static ToElementType ( string elementType ) : ElementType | ||
elementType | string | |
return | ElementType |
public static ToSkillType ( string skillType ) : SkillType | ||
skillType | string | |
return | SkillType |
public static ToTargetType ( string targetType ) : TargetType | ||
targetType | string | |
return | TargetType |
public static ToTargetTypeFlags ( string targetType ) : TargetType | ||
targetType | string | |
return | TargetType |