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

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

Public Properties

Property Type Description
BehaviorVariationIdProperty System.Reflection.PropertyInfo

Private Properties

Property Type Description
Weapon System
Weapon System

Public Methods

Method 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

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

Method Details

GetLocalisedDescription() public method

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

GetLocalisedName() public method

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

GetLocalisedType() public method

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

Write() public method

Write the Weapon row to the stream.
public Write ( BinaryWriter writer ) : void
writer BinaryWriter
return void

Property Details

BehaviorVariationIdProperty public_oe static_oe property

A property in the class.
public static PropertyInfo,System.Reflection BehaviorVariationIdProperty
return System.Reflection.PropertyInfo