Enums

사용되지 않는 항목 표시

The Enums data type, more commonly known as Enum by its global variable in Lua), acts as the root access point for all available enums on Roblox. All enums on Roblox are indexed via their name through this data type, and developers can also utilize the GetEnums() method to get a list of all enums on Roblox.

요약

메서드

메서드

GetEnums

Returns an array containing all available Enums on Roblox.

반환