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

Inheritance: WornTableRow
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Properties

Property Type Description
RefIdProperty System.Reflection.PropertyInfo

Private Properties

Property Type Description
Accessory System
Accessory System

Public Methods

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

Private Methods

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

Method Details

GetLocalisedDescription() public method

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

GetLocalisedEffects() public method

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

GetLocalisedName() public method

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

Write() public method

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

Property Details

RefIdProperty public_oe static_oe property

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