#what does enum mean?

5 messages · Page 1 of 1 (latest)

craggy slate
#

What does enum mean because i was watching thedevking so he didnt explain it very properly

royal wolf
#

some stuff use Enums so they don't need their own custom class

craggy slate
#

Ok

mortal drift
#

enum is just like a table that can be used by another objects like

object.Material = "Grass" - no enum
object.Material = Enum.Material.Grass - it returns "Grass"