Enums are simply types which can be created in code likeso:
1
2
3
4
5
6
7
publicenumMyEnum{
One,
Two,
Three
}
Dictionaries is something I’d like to support for variables added through the editor in the future, but I can’t really promise as of when this will be possible 🙂
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.