LuaHelper icon indicating copy to clipboard operation
LuaHelper copied to clipboard

Function with variable number of parameters -> problem

Open DaveInDev opened this issue 2 years ago • 1 comments

Hi, thanks for your work ! But functions with variable number of parameters (like "print") returns a problem if they are called with more than 1 parameter. Example : print(1, 2) [Warn type:10], print call func param num(2) > func define param num(1) Do you have a solution for that ? Or can I disable globally this function problem detection ?

DaveInDev avatar Oct 29 '22 07:10 DaveInDev

Hi, Thank you for using it. You can disable it like this. image

yinfei8 avatar Mar 07 '23 03:03 yinfei8