Studio version: 0.572.0.5720484 (64bit)
When explicitly declaring the type of a value to be Enum
, it does not report any attributes or methods. :GetEnumItems()
is said to be undefined:
But according to the documentation, it is a valid method that exists for all Enum
objects.