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

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

공개 프로퍼티들

프로퍼티 타입 설명
RefIdProperty PropertyInfo

Private Properties

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

공개 메소드들

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

Get the localised description of this Good.

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

Get the localised effect of this Good.

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

Get the localised name of this Good.

Write ( BinaryWriter writer ) : void

Write the Good.

비공개 메소드들

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

메소드 상세

GetLocalisedDescription() 공개 메소드

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

GetLocalisedEffects() 공개 메소드

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

GetLocalisedName() 공개 메소드

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

Write() 공개 메소드

Write the Good.
public Write ( BinaryWriter writer ) : void
writer BinaryWriter
리턴 void

프로퍼티 상세

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

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