How to get typedefs into mlua (luau) #716
Unanswered
walksanatora
asked this question in
Q&A
Replies: 0 comments
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.
-
so I learned mlua has support for .d.lua files (and even the luau code has definitions builtin and has stuff like
@checked declare function newproxy(mt: boolean?): anyany idea how I can provide these for rust functions being passed into mlua. (or since I plan to bind c#... how would I pass generated definitions into the luau typechecker)Beta Was this translation helpful? Give feedback.
All reactions