A Vague Question...?
Posted: Wed Mar 25, 2015 2:45 am
So I went ahead and made the mistake of implementing a big feature with multiple components without testing and building slowly. So now I'm stuck bug fixing this kind of rickety thing.
My current issue that's kind of abstract, that I'm hoping someone has encountered before, or can interpret what I fail to see is this error:
attempt to perform arithmetic on local 'parametername' (a table value)
What's supposed to be happening is that I'm passing a value of a table (e.g. tab.x) into a function, which I know is perfectly fine to do, so does anyone know exactly what that error means in layman's terms? Am I accidentally passing a table and performing arithmetic on it or is there some specific lua issue I'm missing?
My current issue that's kind of abstract, that I'm hoping someone has encountered before, or can interpret what I fail to see is this error:
attempt to perform arithmetic on local 'parametername' (a table value)
What's supposed to be happening is that I'm passing a value of a table (e.g. tab.x) into a function, which I know is perfectly fine to do, so does anyone know exactly what that error means in layman's terms? Am I accidentally passing a table and performing arithmetic on it or is there some specific lua issue I'm missing?