C# 클래스 ItemShort, RPGQuest

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

공개 프로퍼티들

프로퍼티 타입 설명
id int
isMoney bool
quantity int
type ItemDropType

공개 메소드들

메소드 설명
AddToInventory ( ) : void
Equals ( ItemShort, item ) : bool
GetData ( Hashtable ht ) : Hashtable
InInventory ( ) : bool
ItemShort ( ) : System.Collections
ItemShort ( Hashtable ht ) : System.Collections
RemoveFromInventory ( ) : void
SetData ( Hashtable ht ) : void

메소드 상세

AddToInventory() 공개 메소드

public AddToInventory ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( ItemShort, item ) : bool
item ItemShort,
리턴 bool

GetData() 공개 메소드

public GetData ( Hashtable ht ) : Hashtable
ht Hashtable
리턴 Hashtable

InInventory() 공개 메소드

public InInventory ( ) : bool
리턴 bool

ItemShort() 공개 메소드

public ItemShort ( ) : System.Collections
리턴 System.Collections

ItemShort() 공개 메소드

public ItemShort ( Hashtable ht ) : System.Collections
ht Hashtable
리턴 System.Collections

RemoveFromInventory() 공개 메소드

public RemoveFromInventory ( ) : void
리턴 void

SetData() 공개 메소드

public SetData ( Hashtable ht ) : void
ht Hashtable
리턴 void

프로퍼티 상세

id 공개적으로 프로퍼티

public int id
리턴 int

isMoney 공개적으로 프로퍼티

public bool isMoney
리턴 bool

quantity 공개적으로 프로퍼티

public int quantity
리턴 int

type 공개적으로 프로퍼티

public ItemDropType type
리턴 ItemDropType