Adventure Game Studio

AGS Development => Engine Development => Topic started by: Monsieur OUXX on Sat 02/03/2013 19:00:40

Title: Built-in limit: 15 function parameters
Post by: Monsieur OUXX on Sat 02/03/2013 19:00:40
The maximum number of parameters to a function is still blocked to 15 in AGS 3.2.1.
Otherwise you get error "too many parameters defined for function".

I guess that shouldn't be too hard to expand by now.
Title: Re: Built-in limit: 15 function parameters
Post by: Crimson Wizard on Sat 02/03/2013 19:13:30
Yes, it is already not a problem on engine side, because I changed the way parameters are passed in the script interpreter.
This should be fixed on Editor/Compiler side too though.