Description
PUtils is a addon library that aim to make it easier to develop addons by adding commonly used function and functionality into one place.
This is currently used in all my own addons
Current Features:
Debug Module:
- Easily added debug function mixins to addons and severity levels
Game Module:
- Determine and compare game version
- List of Class, Shapeshift, and ItemRarity ids
String Module:
- uuid function
- indent function
Table Module:
- Merge Arrays
- Merge Recursive Tables
- Find in Tables
- Create Lookup Table
- Dump table content
- Clone
- Get Table Keys
- Get Table Values