Replies: 1 comment
-
|
I realize this is 10 months ago, but it should be the same as Lua's own chunknam I believe. It's just a string name used for debugging messages. Check the Lua lua_load docs: The chunkname argument gives a name to the chunk, which is used for error messages and in debug information (see §3.8). |
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.
-
I don't understand how loading byte code and compiling Lua script works, and I couldn't find anything online. I basically need some way to run Lua code from a string file, but I managed to get this far and I have no idea what the chunkname is supposed to be and how to make/create it. Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions