Skip to content

Commit

Permalink
removed getItemTypesThatCanStack from api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
p4535992 committed Mar 9, 2024
1 parent 1245249 commit 2ace21f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
* [rollItemTable](#rollItemTable)
* [getPricesForItem](#getPricesForItem)
* [tradeItems](#tradeItems)
* [getItemTypesThatCanStack](#getItemTypesThatCanStack)

## System settings methods

Expand Down Expand Up @@ -1331,15 +1330,5 @@ Trades multiple items between one actor to another, and currencies and/or change
| items | `Array<Object<{item: Item/string, quantity: number, paymentIndex: number}>>` | | An array of objects containing the item or the id of the item to be sold, the quantity to be sold, and the payment index to be used |
| [interactionId] | `string/boolean` | `false` | The ID of this interaction |

### getItemTypesThatCanStack

`game.itempiles.API.getItemTypesThatCanStack()``Set<string>`

Retrieve all system item types that can be stacked

**Returns**: `Set<string>` - The items type that can be stacked on this system

| Param | Type | Default | Description |
|-----------------|------------------------------------------------------------------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|


0 comments on commit 2ace21f

Please sign in to comment.