C# Class BattleNet.ItemEntry

Afficher le fichier Open project: dkuwahara/AlphaBot Class Usage Examples

Méthodes publiques

Свойство Type Description
Classification Item.ClassificationType
Name String
Stackable System.Boolean
Type String
Width System.UInt32

Méthodes publiques

Méthode Description
IsArmor ( ) : System.Boolean
IsWeapon ( ) : System.Boolean
ItemEntry ( ) : System
ItemEntry ( String name, String type, Item classification, UInt32 width, UInt32 height, System.Boolean stackable, System.Boolean usable, System.Boolean throwable ) : System

Method Details

IsArmor() public méthode

public IsArmor ( ) : System.Boolean
Résultat System.Boolean

IsWeapon() public méthode

public IsWeapon ( ) : System.Boolean
Résultat System.Boolean

ItemEntry() public méthode

public ItemEntry ( ) : System
Résultat System

ItemEntry() public méthode

public ItemEntry ( String name, String type, Item classification, UInt32 width, UInt32 height, System.Boolean stackable, System.Boolean usable, System.Boolean throwable ) : System
name String
type String
classification Item
width System.UInt32
height System.UInt32
stackable System.Boolean
usable System.Boolean
throwable System.Boolean
Résultat System

Property Details

Classification public_oe property

public Item.ClassificationType Classification
Résultat Item.ClassificationType

Name public_oe property

public String Name
Résultat String

Stackable public_oe property

public Boolean,System Stackable
Résultat System.Boolean

Type public_oe property

public String Type
Résultat String

Width public_oe property

public UInt32,System Width
Résultat System.UInt32