C# Class Patcher.Rules.Proxies.SkyrimEnumConverter

显示文件 Open project: unforbidable/patcher

Public Methods

Method Description
ToActorValue ( this value ) : ActorValue
ToAnimations ( this value ) : Animations
ToArmorSkillUsage ( this value ) : ArmorSkillUsage
ToAttackAnimation ( this value ) : AttackAnimation
ToBodyNodes ( this value ) : BodyNodes
ToBodyParts ( this value ) : BodyParts
ToPotionFlags ( this value ) : PotionFlags
ToPotionType ( this value ) : PotionTypes
ToProjectileType ( this value ) : ProjectileType
ToProjectileTypes ( this value ) : ProjectileTypes
ToResistance ( this value ) : Resistances
ToScriptPropertType ( this value ) : ScriptPropertyType
ToSkill ( this value ) : Skills
ToSoundLevel ( this value ) : SoundLevel
ToSoundLevels ( this value ) : SoundLevels
ToType ( this value ) : WeaponType
ToTypes ( this value ) : WeaponTypes
ToWeatherSoundType ( this value ) : WeatherSoundType
ToWeatherSoundTypes ( this value ) : WeatherSoundTypes

Method Details

ToActorValue() public static method

public static ToActorValue ( this value ) : ActorValue
value this
return ActorValue

ToAnimations() public static method

public static ToAnimations ( this value ) : Animations
value this
return Animations

ToArmorSkillUsage() public static method

public static ToArmorSkillUsage ( this value ) : ArmorSkillUsage
value this
return ArmorSkillUsage

ToAttackAnimation() public static method

public static ToAttackAnimation ( this value ) : AttackAnimation
value this
return AttackAnimation

ToBodyNodes() public static method

public static ToBodyNodes ( this value ) : BodyNodes
value this
return BodyNodes

ToBodyParts() public static method

public static ToBodyParts ( this value ) : BodyParts
value this
return BodyParts

ToPotionFlags() public static method

public static ToPotionFlags ( this value ) : PotionFlags
value this
return PotionFlags

ToPotionType() public static method

public static ToPotionType ( this value ) : PotionTypes
value this
return PotionTypes

ToProjectileType() public static method

public static ToProjectileType ( this value ) : ProjectileType
value this
return ProjectileType

ToProjectileTypes() public static method

public static ToProjectileTypes ( this value ) : ProjectileTypes
value this
return ProjectileTypes

ToResistance() public static method

public static ToResistance ( this value ) : Resistances
value this
return Resistances

ToScriptPropertType() public static method

public static ToScriptPropertType ( this value ) : ScriptPropertyType
value this
return ScriptPropertyType

ToSkill() public static method

public static ToSkill ( this value ) : Skills
value this
return Skills

ToSoundLevel() public static method

public static ToSoundLevel ( this value ) : SoundLevel
value this
return SoundLevel

ToSoundLevels() public static method

public static ToSoundLevels ( this value ) : SoundLevels
value this
return SoundLevels

ToType() public static method

public static ToType ( this value ) : WeaponType
value this
return WeaponType

ToTypes() public static method

public static ToTypes ( this value ) : WeaponTypes
value this
return WeaponTypes

ToWeatherSoundType() public static method

public static ToWeatherSoundType ( this value ) : WeatherSoundType
value this
return WeatherSoundType

ToWeatherSoundTypes() public static method

public static ToWeatherSoundTypes ( this value ) : WeatherSoundTypes
value this
return WeatherSoundTypes