Some lua enumeration values aren't usable in script.
Enumeration values are actually variables contained in a usertype, and they must respect variable naming rules. However, we have some enum values being only numbers:

Invalid variable names
We should update all invalid enum values.
Some lua enumeration values aren't usable in script.
Enumeration values are actually variables contained in a usertype, and they must respect variable naming rules. However, we have some enum values being only numbers:
Invalid variable names
We should update all invalid enum values.