C# Class ArkaliaCore.Game.Game.Items.ItemStack

Afficher le fichier Open project: Emudofus/ArkaliaCore Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Delete() public méthode

Delete a specified quantity from the stack
public Delete ( int quantity ) : bool
quantity int Quantity to delete
Résultat bool

Extract() public méthode

public Extract ( int quantity ) : ItemStack
quantity int
Résultat ItemStack

Get() public méthode

public Get ( int quantity ) : ItemStack
quantity int
Résultat ItemStack

GetStackPods() public méthode

public GetStackPods ( ) : int
Résultat int

IsSame() public méthode

public IsSame ( int templateID, string effects ) : bool
templateID int
effects string
Résultat bool

ItemStack() public méthode

public ItemStack ( Database witem ) : System
witem Database
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string