View Single Post
08-27-17, 04:47 AM   #4
Mayron
A Frostmaul Preserver
 
Mayron's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 275
Updated to version 2.0. The new version includes:
  • Package exporting and importing
  • An Object:Parent() function so that you can choose to run Parent functions from child instances, instead of the child overridden version of the parent function.
  • Strict typing for widgets and objects, so you can validate whether a parameter or return value type is an instance of a class/interface, or a specific widget, such as a "Frame".

I have also edited the library documentation to support these new changes.
  Reply With Quote