Replies: 2 comments 4 replies
-
You can find the type definition of luau core library here |
Beta Was this translation helpful? Give feedback.
0 replies
-
They’re used solely by type analysis for understanding the types of APIs provided by the embedding environment, but they’re unfortunately not documented in any proper form. As Gargafield mentioned, you can look at some examples in the repository that contain the full surface area of the syntax, but it’s definitely not documentation. Something we’d like to improve, for sure! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry if I've missed something but I can't find information on definition files for describing userdata. From what I've been able to scrape together from issues and discussions it appears that things like
can be put in a
.d.lua
file, but it's unclear what the full syntax of these files is, and how they are loaded/used. Any further information would be most appreciated.Beta Was this translation helpful? Give feedback.
All reactions