C# Class Alexandria.Engines.DarkSouls.TableRows.Good

Inheritance: EquipmentTableRow
Datei anzeigen Open project: Burton-Radons/Alexandria

Public Properties

Property Type Description
RefIdProperty PropertyInfo

Private Properties

Property Type Description
Good System
Good System

Public Methods

Method Description
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.

Private Methods

Method Description
Good ( ParameterTable table, int index ) : System
Good ( ParameterTable table, int index, AssetLoader loader, int next ) : System

Method Details

GetLocalisedDescription() public method

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

GetLocalisedEffects() public method

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

GetLocalisedName() public method

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

Write() public method

Write the Good.
public Write ( BinaryWriter writer ) : void
writer BinaryWriter
return void

Property Details

RefIdProperty public_oe static_oe property

A property of the class.
public static PropertyInfo RefIdProperty
return PropertyInfo