C# Class BattleNet.ItemEntry

Mostrar archivo Open project: dkuwahara/AlphaBot Class Usage Examples

Public Properties

Property Type Description
Classification Item.ClassificationType
Name String
Stackable System.Boolean
Type String
Width System.UInt32

Public Methods

Method 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 method

public IsArmor ( ) : System.Boolean
return System.Boolean

IsWeapon() public method

public IsWeapon ( ) : System.Boolean
return System.Boolean

ItemEntry() public method

public ItemEntry ( ) : System
return System

ItemEntry() public method

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
return System

Property Details

Classification public_oe property

public Item.ClassificationType Classification
return Item.ClassificationType

Name public_oe property

public String Name
return String

Stackable public_oe property

public Boolean,System Stackable
return System.Boolean

Type public_oe property

public String Type
return String

Width public_oe property

public UInt32,System Width
return System.UInt32