C# Класс Armour, UnderworldExporter

Наследование: Health
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ArmourEquipString string
Protection int
ProtectionBonus int
SpellEffectApplied SpellEffect,
ToughnessBonus int

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Start ( ) : void

Описание методов

ArmourSelfDamage() публичный Метод

Damage caused to the weapon when it hits something with heavy resistance.
public ArmourSelfDamage ( ) : void
Результат void

EquipEvent() публичный Метод

public EquipEvent ( int slotNo ) : bool
slotNo int
Результат bool

GetActualSpellIndex() публичный Метод

Gets the effectID index of the spell that this item is enchanted with
public GetActualSpellIndex ( ) : int
Результат int

SetEquipTexture() публичный Метод

Sets the equip texture.
public SetEquipTexture ( string EquipTexture ) : void
EquipTexture string Equip texture.
Результат void

Start() защищенный Метод

protected Start ( ) : void
Результат void

UnEquipEvent() публичный Метод

public UnEquipEvent ( int slotNo ) : bool
slotNo int
Результат bool

UpdateQuality() публичный Метод

public UpdateQuality ( ) : void
Результат void

getEquipString() публичный Метод

public getEquipString ( ) : string
Результат string

Описание свойств

ArmourEquipString публичное свойство

public string ArmourEquipString
Результат string

Protection публичное свойство

public int Protection
Результат int

ProtectionBonus публичное свойство

public int ProtectionBonus
Результат int

SpellEffectApplied публичное свойство

public SpellEffect, SpellEffectApplied
Результат SpellEffect,

ToughnessBonus публичное свойство

public int ToughnessBonus
Результат int