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

Inheritance: GenericFormRecord, IFeaturingScripts, IFeaturingObjectBounds
Exibir arquivo Open project: unforbidable/patcher

Private Properties

Property Type Description
EnsureEitherUsageExists void
GetBodyParts BodyParts
GetPlayable bool
GetSkillUsage ArmorSkillUsage
SetBodyParts void
SetPlayable void
SetSkillUsage void

Protected Methods

Method Description
BeforeWrite ( RecordWriter writer ) : void

Private Methods

Method 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 method

protected BeforeWrite ( RecordWriter writer ) : void
writer RecordWriter
return void