Definition files for userdata #2378
-
I'm using an embedded lua interpreter in my project in order to allow users to write their own lua scripts to be executed on-demand. Since their scripts are designed to interact with my project, I register a number of APIs as |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured it out. The annotated variable needs to be global, not |
Beta Was this translation helpful? Give feedback.
I figured it out. The annotated variable needs to be global, not
local
, that's all. Any functions can just be entirely empty since the file is only parsed for metadata.