22.02.2010, 19:06
Does anyone know if there is any kind of enum limit? I added a variable to one of my enums today, and before i even did anything with it, i tried to compile the script and it crashed the compiler. I then tried using the variable like normal, still crashed.....Then I deleted the variable, it was fine. I tried renaming it to all kinds of things, still crashed the compiler.
Then I tried removing another variable from another enum, and it was fine, add it back, crash.....happens when i add another variable to an enum, which makes me think theres some kind of limit, Im quite an enum freak, I have 22 enums containing a total of 225 variables, 226+ and I get a compiler crash. The enums contain all kinds of data types, strings, floats, integers....all different sizes. Some enums are used in multidimensional arrays, others used in single dimensions.
Any explanation for this? Or better, a solution?
Thanks
Then I tried removing another variable from another enum, and it was fine, add it back, crash.....happens when i add another variable to an enum, which makes me think theres some kind of limit, Im quite an enum freak, I have 22 enums containing a total of 225 variables, 226+ and I get a compiler crash. The enums contain all kinds of data types, strings, floats, integers....all different sizes. Some enums are used in multidimensional arrays, others used in single dimensions.
Any explanation for this? Or better, a solution?
Thanks