烟汐忆梦_YM
Results
3
comments of
烟汐忆梦_YM
Hopefully, this issue will be resolved soon
``` var lua = LuaAPI.new(); lua.do_string(" hp = 10; function change() hp = hp + 1; end ",[]); ``` Here's what it looks like: I want to be able to...
I know there is something called "LuaObjectMetatable", but I'm declaring a class that inherits from LuaObjectMetatable. I still can't get the expected result when I create a LuaAPI and modify...