C# 클래스 Patcher.Data.Plugins.Content.Records.Skyrim.Armo

상속: GenericFormRecord, IFeaturingScripts, IFeaturingObjectBounds
파일 보기 프로젝트 열기: unforbidable/patcher

Private Properties

프로퍼티 타입 설명
EnsureEitherUsageExists void
GetBodyParts BodyParts
GetPlayable bool
GetSkillUsage ArmorSkillUsage
SetBodyParts void
SetPlayable void
SetSkillUsage void

보호된 메소드들

메소드 설명
BeforeWrite ( RecordWriter writer ) : void

비공개 메소드들

메소드 설명
EnsureEitherUsageExists ( ) : void
GetBodyParts ( ) : BodyParts
GetPlayable ( ) : bool
GetSkillUsage ( ) : ArmorSkillUsage
SetBodyParts ( BodyParts value ) : void
SetPlayable ( bool value ) : void
SetSkillUsage ( ArmorSkillUsage value ) : void

메소드 상세

BeforeWrite() 보호된 메소드

protected BeforeWrite ( RecordWriter writer ) : void
writer RecordWriter
리턴 void