Method | Description | |
---|---|---|
Delete ( int quantity ) : bool |
Delete a specified quantity from the stack
|
|
Extract ( int quantity ) : |
||
Get ( int quantity ) : |
||
GetStackPods ( ) : int | ||
IsSame ( int templateID, string effects ) : bool | ||
ItemStack ( Database witem ) : System | ||
Save ( ) : void | ||
ToString ( ) : string |
public Delete ( int quantity ) : bool | ||
quantity | int | Quantity to delete |
return | bool |
public IsSame ( int templateID, string effects ) : bool | ||
templateID | int | |
effects | string | |
return | bool |