Pyroxenium / Basalt

A UI Framework for CC:Tweaked
MIT License
189 stars 34 forks source link

getProperty() and setProperty() #80

Closed thesabinelim closed 1 year ago

thesabinelim commented 1 year ago

Adds helper functions that, given a name, looks for a get or set function within that object and calls it. Very useful for the XML plugin where over 300 lines of code can now be deleted! I've also added new getter and setter functions for all the properties that the XML plugin supports at the moment.