C# Класс EasyFarm.Parsing.ResourceHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

IsAbility() публичный статический Метод

Represents all the types that are not spells or casted.
public static IsAbility ( AbilityType abilityType ) : bool
abilityType AbilityType
Результат bool

IsSpell() публичный статический Метод

Represents all the types that are spells or casted.
public static IsSpell ( AbilityType abilityType ) : bool
abilityType AbilityType
Результат bool

ToAbilityType() публичный статический Метод

public static ToAbilityType ( string abilityType ) : AbilityType
abilityType string
Результат AbilityType

ToCategoryType() публичный статический Метод

public static ToCategoryType ( string categoryType ) : CategoryType
categoryType string
Результат CategoryType

ToElementType() публичный статический Метод

public static ToElementType ( string elementType ) : ElementType
elementType string
Результат ElementType

ToSkillType() публичный статический Метод

public static ToSkillType ( string skillType ) : SkillType
skillType string
Результат SkillType

ToTargetType() публичный статический Метод

public static ToTargetType ( string targetType ) : TargetType
targetType string
Результат TargetType

ToTargetTypeFlags() публичный статический Метод

public static ToTargetTypeFlags ( string targetType ) : TargetType
targetType string
Результат TargetType