You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: script extensions sorter checks load order (#357)
* added a comparator method to sort extensions of the same script
added a comparator method to sort extensions of the same script following the load order
* added a table to avoid iterating through the load order every comparison
* style edits/spacing changes
renamed a var, added spacing to keep the style consistency
* style: added an empty line
* changed get_string_in_between to get_mod_dir
* better description for get_mod_dir
# Reload all children classes of the vanilla class we just extended
114
142
# Calling reload() the children of an extended class seems to allow them to be extended
115
143
# e.g if B is a child class of A, reloading B after apply an extender of A allows extenders of B to properly extend B, taking A's extender(s) into account
0 commit comments