C# Class EasyFarm.Parsing.ResourceHelper

Afficher le fichier Open project: EasyFarm/EasyFarm

Méthodes publiques

Méthode 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

Method Details

IsAbility() public static méthode

Represents all the types that are not spells or casted.
public static IsAbility ( AbilityType abilityType ) : bool
abilityType AbilityType
Résultat bool

IsSpell() public static méthode

Represents all the types that are spells or casted.
public static IsSpell ( AbilityType abilityType ) : bool
abilityType AbilityType
Résultat bool

ToAbilityType() public static méthode

public static ToAbilityType ( string abilityType ) : AbilityType
abilityType string
Résultat AbilityType

ToCategoryType() public static méthode

public static ToCategoryType ( string categoryType ) : CategoryType
categoryType string
Résultat CategoryType

ToElementType() public static méthode

public static ToElementType ( string elementType ) : ElementType
elementType string
Résultat ElementType

ToSkillType() public static méthode

public static ToSkillType ( string skillType ) : SkillType
skillType string
Résultat SkillType

ToTargetType() public static méthode

public static ToTargetType ( string targetType ) : TargetType
targetType string
Résultat TargetType

ToTargetTypeFlags() public static méthode

public static ToTargetTypeFlags ( string targetType ) : TargetType
targetType string
Résultat TargetType