Inventory

You can see some inventory functions

AAS.GetInventoryByCategory(category)

Return a table with all bought items in the category

Types

Arguments

Descriptions

Optional

category

The category of items you want to get

Return :

Types

Parameters

Descriptions

categoryItems

Contain all bought items in the category

AAS.CountInventory()

Get the number of bought items

Return :

Types

Parameters

Descriptions

count

The number of bought items

AAS.ItemIsBought(uniqueId)

Return if the LocalPlayerarrow-up-right has bought the item

Types

Arguments

Descriptions

Optional

uniqueId

The item uniqueId to check if is bought

Return :

Types

Parameters

Descriptions

isBought

If the item is bought

Last updated