C# Class Armour, UnderworldExporter

Inheritance: Health
Afficher le fichier Open project: hankmorgan/UnderworldExporter Class Usage Examples

Méthodes publiques

Свойство Type Description
ArmourEquipString string
Protection int
ProtectionBonus int
SpellEffectApplied SpellEffect,
ToughnessBonus int

Méthodes publiques

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

Méthodes protégées

Méthode Description
Start ( ) : void

Method Details

ArmourSelfDamage() public méthode

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

EquipEvent() public méthode

public EquipEvent ( int slotNo ) : bool
slotNo int
Résultat bool

GetActualSpellIndex() public méthode

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

SetEquipTexture() public méthode

Sets the equip texture.
public SetEquipTexture ( string EquipTexture ) : void
EquipTexture string Equip texture.
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

UnEquipEvent() public méthode

public UnEquipEvent ( int slotNo ) : bool
slotNo int
Résultat bool

UpdateQuality() public méthode

public UpdateQuality ( ) : void
Résultat void

getEquipString() public méthode

public getEquipString ( ) : string
Résultat string

Property Details

ArmourEquipString public_oe property

public string ArmourEquipString
Résultat string

Protection public_oe property

public int Protection
Résultat int

ProtectionBonus public_oe property

public int ProtectionBonus
Résultat int

SpellEffectApplied public_oe property

public SpellEffect, SpellEffectApplied
Résultat SpellEffect,

ToughnessBonus public_oe property

public int ToughnessBonus
Résultat int