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

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

Méthodes publiques

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

Private Properties

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

Méthodes publiques

Méthode Description
GetLocalisedDescription ( Language language = Language.English ) : string

Get the localised description of the Weapon.

GetLocalisedName ( Language language = Language.English ) : string

Get the localised name of the Weapon.

GetLocalisedType ( Language language = Language.English ) : string

Get the localised type of the Weapon.

Write ( BinaryWriter writer ) : void

Write the Weapon row to the stream.

Private Methods

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

Method Details

GetLocalisedDescription() public méthode

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

GetLocalisedName() public méthode

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

GetLocalisedType() public méthode

Get the localised type of the Weapon.
public GetLocalisedType ( Language language = Language.English ) : string
language Language
Résultat string

Write() public méthode

Write the Weapon row to the stream.
public Write ( BinaryWriter writer ) : void
writer BinaryWriter
Résultat void

Property Details

BehaviorVariationIdProperty public_oe static_oe property

A property in the class.
public static PropertyInfo,System.Reflection BehaviorVariationIdProperty
Résultat System.Reflection.PropertyInfo