Items
Get All Items
Get All Items
gets all items in this inventory.
Returns an array of all items in this inventory.
Get All Items by Class
Get All Items by Class
gets all items filtered by class in this inventory.
Class
1 : Class of the items to filter by.
Returns all items in this inventory of the specified class.
Get All Items by Gameplay Tag
Get All Items by Gameplay Tag
gets all items filtered by gameplay tag in this inventory.
Gameplay Tag
1 : Gameplay tag of the items to filter by.
Returns all items filtered by gameplay tag in this inventory.
Get All Items by Name
Get All Items by Name
gets all items filtered by name in this inventory.
Name
1 : Name of the items to filter by.Case Sensetive
2 : If true, the text comparison of names will be case-sensitive.
Returns all items filtered by name in this inventory.
Get All Items by Tags
Get All Items by Tags
gets all items filtered by tags in this inventory.
Tags
1 : Tags of the items to filter by.Match All
2 : If true will return only items that match all of the specified tags.
Returns all items filtered by tags in this inventory.