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

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

Public Properties

Property Type Description
ResidentSpEffectIdProperty PropertyInfo

Private Properties

Property Type Description
Protector System
Protector System

Public Methods

Method Description
GetLocalisedDescription ( Language language = Language.English ) : string

Get the localised description of the Protector.

GetLocalisedName ( Language language = Language.English ) : string

Get the localised name of the Protector.

Write ( BinaryWriter writer ) : void

Write the Protector row.

Private Methods

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

Method Details

GetLocalisedDescription() public method

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

GetLocalisedName() public method

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

Write() public method

Write the Protector row.
public Write ( BinaryWriter writer ) : void
writer BinaryWriter
return void

Property Details

ResidentSpEffectIdProperty public_oe static_oe property

A property in the class.
public static PropertyInfo ResidentSpEffectIdProperty
return PropertyInfo