C# 클래스 Alexandria.Engines.DarkSouls.TableRows.Accessory

상속: WornTableRow
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 프로퍼티들

프로퍼티 타입 설명
RefIdProperty System.Reflection.PropertyInfo

Private Properties

프로퍼티 타입 설명
Accessory System
Accessory System

공개 메소드들

메소드 설명
GetLocalisedDescription ( System.Language language = Language.English ) : string

Get the localised description of this Accessory.

GetLocalisedEffects ( System.Language language = Language.English ) : string

Get the localised effect of this Accessory.

GetLocalisedName ( System.Language language = Language.English ) : string

Get the localised name of this Accessory.

Write ( BinaryWriter writer ) : void

Write this Accessory.

비공개 메소드들

메소드 설명
Accessory ( ParameterTable table, int index ) : System
Accessory ( ParameterTable table, int index, AssetLoader loader, int next ) : System

메소드 상세

GetLocalisedDescription() 공개 메소드

Get the localised description of this Accessory.
public GetLocalisedDescription ( System.Language language = Language.English ) : string
language System.Language
리턴 string

GetLocalisedEffects() 공개 메소드

Get the localised effect of this Accessory.
public GetLocalisedEffects ( System.Language language = Language.English ) : string
language System.Language
리턴 string

GetLocalisedName() 공개 메소드

Get the localised name of this Accessory.
public GetLocalisedName ( System.Language language = Language.English ) : string
language System.Language
리턴 string

Write() 공개 메소드

Write this Accessory.
public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

프로퍼티 상세

RefIdProperty 공개적으로 정적으로 프로퍼티

A property of the class.
public static PropertyInfo,System.Reflection RefIdProperty
리턴 System.Reflection.PropertyInfo