Method | Description | |
---|---|---|
Activate ( Landlord.Creature user ) : void | ||
DetermineArmorName ( ) : string | ||
Gauntlets ( ) : System | ||
Gauntlets ( Material material, bool enchanted, byte graphic = 229, double volume = 0.02, bool hollow = true ) : System | ||
Gauntlets ( bool instantiating, byte graphic = 229, double volume = 0.02, bool hollow = true ) : System |
public Activate ( Landlord.Creature user ) : void | ||
user | Landlord.Creature | |
return | void |
public Gauntlets ( Material material, bool enchanted, byte graphic = 229, double volume = 0.02, bool hollow = true ) : System | ||
material | Material | |
enchanted | bool | |
graphic | byte | |
volume | double | |
hollow | bool | |
return | System |
public Gauntlets ( bool instantiating, byte graphic = 229, double volume = 0.02, bool hollow = true ) : System | ||
instantiating | bool | |
graphic | byte | |
volume | double | |
hollow | bool | |
return | System |