C# Класс WeaponMelee, UnderworldExporter

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

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

Метод Описание
GetBash ( ) : int

Gets the bash base damage

GetDurability ( ) : int

Gets the durability of the weapon.

GetSkill ( ) : int

Gets the skill that this weapon uses

GetSlash ( ) : int

Gets the slash base damage

GetStab ( ) : int

Gets the stab damage

getMeleeBash ( ) : int

Gets the melee bash value

getMeleeSlash ( ) : int

Gets the melee slash value

getMeleeStab ( ) : int

Gets the melee stab value.

onHit ( GameObject target ) : void

Apply any possible magic effects when the weapon strikes.

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

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

Gets the bash base damage
public GetBash ( ) : int
Результат int

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

Gets the durability of the weapon.
public GetDurability ( ) : int
Результат int

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

Gets the skill that this weapon uses
public GetSkill ( ) : int
Результат int

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

Gets the slash base damage
public GetSlash ( ) : int
Результат int

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

Gets the stab damage
public GetStab ( ) : int
Результат int

getMeleeBash() публичный статический Метод

Gets the melee bash value
public static getMeleeBash ( ) : int
Результат int

getMeleeSlash() публичный статический Метод

Gets the melee slash value
public static getMeleeSlash ( ) : int
Результат int

getMeleeStab() публичный статический Метод

Gets the melee stab value.
public static getMeleeStab ( ) : int
Результат int

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

Apply any possible magic effects when the weapon strikes.
public onHit ( GameObject target ) : void
target GameObject The entity that is hit by the weapon
Результат void