Type Definitions With Luau C API #1284
Unanswered
robloxarchiver
asked this question in
Q&A
Replies: 1 comment
-
There is no way to define a type with the C API. The C API is for communicating with the VM at runtime. Type definitions are only meaningful for the compiler and analysis tool. |
Beta Was this translation helpful? Give feedback.
0 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.
-
How would I define a type with the Luau C API? I am confused as there seems to be no documentation regarding this. Correct me if I am wrong and I did not properly look around, which case feel free to call me out on that.
Beta Was this translation helpful? Give feedback.
All reactions