Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.21 KB

File metadata and controls

44 lines (28 loc) · 1.21 KB
description
You can see some inventory functions

Inventory

AAS.GetInventoryByCategory(category)

Return a table with all bought items in the category

Types Arguments Descriptions Optional
string category The category of items you want to get

Return :

Types Parameters Descriptions
table categoryItems Contain all bought items in the category

AAS.CountInventory()

Get the number of bought items

Return :

Types Parameters Descriptions
number count The number of bought items

AAS.ItemIsBought(uniqueId)

Return if the LocalPlayer has bought the item

Types Arguments Descriptions Optional
number uniqueId The item uniqueId to check if is bought

Return :

Types Parameters Descriptions
boolean isBought If the item is bought