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

Inheritance: WornTableRow
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Свойство Type Description
RefIdProperty System.Reflection.PropertyInfo

Private Properties

Свойство Type Description
Accessory System
Accessory System

Méthodes publiques

Méthode 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

Méthode Description
Accessory ( ParameterTable table, int index ) : System
Accessory ( ParameterTable table, int index, AssetLoader loader, int next ) : System

Method Details

GetLocalisedDescription() public méthode

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

GetLocalisedEffects() public méthode

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

GetLocalisedName() public méthode

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

Write() public méthode

Write this Accessory.
public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

Property Details

RefIdProperty public_oe static_oe property

A property of the class.
public static PropertyInfo,System.Reflection RefIdProperty
Résultat System.Reflection.PropertyInfo