Addon framework for advanced developers.
Currently done:
- Package support
- OOP support
- very simple oop implementation
- warning: this feature is for advanced developers only, non-user friendly
Packages:
- core
- core lua functions
- improved print function with recursive table printing
- class
- oop support
- event
- multicast delegates, custom events, frame event wrapper
- string
- basic string functions
- table
- basic table functions
- ui
- oop wrappers for widgets
- currently implemented: Frame, Texture, Text, Mask
- extended widgets: Button, FramedFrame, FramedText, ScrollFrame, Window