C# Class WeaponMelee, UnderworldExporter

Melee Weapons.
Inheritance: Weapon
Afficher le fichier Open project: hankmorgan/UnderworldExporter Class Usage Examples

Méthodes publiques

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

Method Details

GetBash() public méthode

Gets the bash base damage
public GetBash ( ) : int
Résultat int

GetDurability() public méthode

Gets the durability of the weapon.
public GetDurability ( ) : int
Résultat int

GetSkill() public méthode

Gets the skill that this weapon uses
public GetSkill ( ) : int
Résultat int

GetSlash() public méthode

Gets the slash base damage
public GetSlash ( ) : int
Résultat int

GetStab() public méthode

Gets the stab damage
public GetStab ( ) : int
Résultat int

getMeleeBash() public static méthode

Gets the melee bash value
public static getMeleeBash ( ) : int
Résultat int

getMeleeSlash() public static méthode

Gets the melee slash value
public static getMeleeSlash ( ) : int
Résultat int

getMeleeStab() public static méthode

Gets the melee stab value.
public static getMeleeStab ( ) : int
Résultat int

onHit() public méthode

Apply any possible magic effects when the weapon strikes.
public onHit ( GameObject target ) : void
target GameObject The entity that is hit by the weapon
Résultat void