User functions with the same name can now have a different amount of params
-
Idk if i just haven't tried this out yet, but this code:
function e(param1) return void function e(param1, param2) return void
now seems to work and both functions can be called in FUZE without function definition errors.
-
Yes, overloading has been a thing in Fuze since patch 3.0.0.
It is very useful!
-
@vinicity awesome