Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roblox std does not include Enum:GetEnums() #312

Closed
LouieK22 opened this issue Oct 21, 2021 · 1 comment · Fixed by #313
Closed

Roblox std does not include Enum:GetEnums() #312

LouieK22 opened this issue Oct 21, 2021 · 1 comment · Fixed by #313
Labels
A-roblox Area: Roblox specific A-standard-library Area: Standard Library E-easy Call for participation: Experience needed to fix: Easy / not much good first issue Good for newcomers

Comments

@LouieK22
Copy link
Contributor

Selene marks Enum:GetEnums() as an non-existent class even though it exists. https://developer.roblox.com/en-us/api-reference/datatype/Enums

Current workaround:

[selene]
base = "roblox"
name = "custom"

[Enum.GetEnums]
method = true
args = []
@Kampfkarren Kampfkarren added A-roblox Area: Roblox specific A-standard-library Area: Standard Library E-easy Call for participation: Experience needed to fix: Easy / not much good first issue Good for newcomers labels Oct 21, 2021
@Kampfkarren
Copy link
Owner

You should add this to the base.toml that it generates the std from

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-roblox Area: Roblox specific A-standard-library Area: Standard Library E-easy Call for participation: Experience needed to fix: Easy / not much good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants