C# Class Armour, UnderworldExporter

Inheritance: Health
ファイルを表示 Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
ArmourEquipString string
Protection int
ProtectionBonus int
SpellEffectApplied SpellEffect,
ToughnessBonus int

Public Methods

Method Description
ArmourSelfDamage ( ) : void

Damage caused to the weapon when it hits something with heavy resistance.

EquipEvent ( int slotNo ) : bool
GetActualSpellIndex ( ) : int

Gets the effectID index of the spell that this item is enchanted with

SetEquipTexture ( string EquipTexture ) : void

Sets the equip texture.

UnEquipEvent ( int slotNo ) : bool
UpdateQuality ( ) : void
getEquipString ( ) : string

Protected Methods

Method Description
Start ( ) : void

Method Details

ArmourSelfDamage() public method

Damage caused to the weapon when it hits something with heavy resistance.
public ArmourSelfDamage ( ) : void
return void

EquipEvent() public method

public EquipEvent ( int slotNo ) : bool
slotNo int
return bool

GetActualSpellIndex() public method

Gets the effectID index of the spell that this item is enchanted with
public GetActualSpellIndex ( ) : int
return int

SetEquipTexture() public method

Sets the equip texture.
public SetEquipTexture ( string EquipTexture ) : void
EquipTexture string Equip texture.
return void

Start() protected method

protected Start ( ) : void
return void

UnEquipEvent() public method

public UnEquipEvent ( int slotNo ) : bool
slotNo int
return bool

UpdateQuality() public method

public UpdateQuality ( ) : void
return void

getEquipString() public method

public getEquipString ( ) : string
return string

Property Details

ArmourEquipString public_oe property

public string ArmourEquipString
return string

Protection public_oe property

public int Protection
return int

ProtectionBonus public_oe property

public int ProtectionBonus
return int

SpellEffectApplied public_oe property

public SpellEffect, SpellEffectApplied
return SpellEffect,

ToughnessBonus public_oe property

public int ToughnessBonus
return int