Winterbay
Active member
In a script I'm currently working on I have roughly three overloaded functions. They return different data types but other than that they do rougly the same thing.
Is it possible to have two functions take the same parameters and only differentiate between them on the parameter that the return value take or do you need to add some kind of dummy variable in that case?
Is it possible to have two functions take the same parameters and only differentiate between them on the parameter that the return value take or do you need to add some kind of dummy variable in that case?