C# 클래스 ArkaliaCore.Game.Game.Items.ItemStack

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

공개 메소드들

메소드 설명
Delete ( int quantity ) : bool

Delete a specified quantity from the stack

Extract ( int quantity ) : ItemStack
Get ( int quantity ) : ItemStack
GetStackPods ( ) : int
IsSame ( int templateID, string effects ) : bool
ItemStack ( Database witem ) : System
Save ( ) : void
ToString ( ) : string

메소드 상세

Delete() 공개 메소드

Delete a specified quantity from the stack
public Delete ( int quantity ) : bool
quantity int Quantity to delete
리턴 bool

Extract() 공개 메소드

public Extract ( int quantity ) : ItemStack
quantity int
리턴 ItemStack

Get() 공개 메소드

public Get ( int quantity ) : ItemStack
quantity int
리턴 ItemStack

GetStackPods() 공개 메소드

public GetStackPods ( ) : int
리턴 int

IsSame() 공개 메소드

public IsSame ( int templateID, string effects ) : bool
templateID int
effects string
리턴 bool

ItemStack() 공개 메소드

public ItemStack ( Database witem ) : System
witem Database
리턴 System

Save() 공개 메소드

public Save ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string