C# 클래스 BattleNet.ItemEntry

파일 보기 프로젝트 열기: dkuwahara/AlphaBot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Classification Item.ClassificationType
Name String
Stackable System.Boolean
Type String
Width System.UInt32

공개 메소드들

메소드 설명
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

메소드 상세

IsArmor() 공개 메소드

public IsArmor ( ) : System.Boolean
리턴 System.Boolean

IsWeapon() 공개 메소드

public IsWeapon ( ) : System.Boolean
리턴 System.Boolean

ItemEntry() 공개 메소드

public ItemEntry ( ) : System
리턴 System

ItemEntry() 공개 메소드

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
리턴 System

프로퍼티 상세

Classification 공개적으로 프로퍼티

public Item.ClassificationType Classification
리턴 Item.ClassificationType

Name 공개적으로 프로퍼티

public String Name
리턴 String

Stackable 공개적으로 프로퍼티

public Boolean,System Stackable
리턴 System.Boolean

Type 공개적으로 프로퍼티

public String Type
리턴 String

Width 공개적으로 프로퍼티

public UInt32,System Width
리턴 System.UInt32