C# Class Patcher.Data.Plugins.Content.Records.Skyrim.Armo

Inheritance: GenericFormRecord, IFeaturingScripts, IFeaturingObjectBounds
Afficher le fichier Open project: unforbidable/patcher

Private Properties

Свойство Type Description
EnsureEitherUsageExists void
GetBodyParts BodyParts
GetPlayable bool
GetSkillUsage ArmorSkillUsage
SetBodyParts void
SetPlayable void
SetSkillUsage void

Méthodes protégées

Méthode Description
BeforeWrite ( RecordWriter writer ) : void

Private Methods

Méthode Description
EnsureEitherUsageExists ( ) : void
GetBodyParts ( ) : BodyParts
GetPlayable ( ) : bool
GetSkillUsage ( ) : ArmorSkillUsage
SetBodyParts ( BodyParts value ) : void
SetPlayable ( bool value ) : void
SetSkillUsage ( ArmorSkillUsage value ) : void

Method Details

BeforeWrite() protected méthode

protected BeforeWrite ( RecordWriter writer ) : void
writer RecordWriter
Résultat void