Releases: NickTsaizer/GUIS_Core
Releases · NickTsaizer/GUIS_Core
v0.2
[FIX]
- Maps and arrays are now copied and hashed correctly.
- Fixes minor bugs.
[EDIT]
- Inventory component AddItems() function is now safe and checked for possibility. Use ForceAddItems() to force the addition of an item.
[ADDED]
- Added the Compare() function to compare items of the same class. When comparing items of different classes, the function will return 0 as the default value. Otherwise the function will return the degree of similarity of items from 0 to 1.
- ForceAddItems() function has been added.
- Added GetAllItemsOfClass() function for InventoryComponent queries.
- InventoryComponent can now filter incoming items. The class filter can be selected in the component's settings or using the SetFilter() function.
- Added metadata for inventory slots. You can now store additional information about an item in numerical format. Use AddItemMeta(), RemoveItemMeta(), and GetItemMeta() for operations on metadata.
v0.1
First realease