nojanath / SublimeKSP

Fork of Nils Liberg's SublimeKSP plugin. See README for details.
GNU General Public License v3.0
86 stars 18 forks source link

Override allows user defined functions to override inbuilt functions #376

Closed JackWilliams-FractureSounds closed 1 year ago

JackWilliams-FractureSounds commented 1 year ago

When 'override' is added on a function with the same name as an inbuilt function, the user function will take priority.

For example: image

To do:

Inbuilt functions which are called within the overriden inbuilt function stack will call traditional inbuilts to prevent recursion