LuaHelper icon indicating copy to clipboard operation
LuaHelper copied to clipboard

rawset(_G, "XXX", function()end) [Warn type:2], var not define: XXX

Open wuxianyuedu opened this issue 4 years ago • 0 comments

I Use rawset(_G, "XXX", function()end) in my code, In another file when I use XXX, it tips me var not define: XXX. [Warn type:2], var not define: XXX. How to resolve this problem?

wuxianyuedu avatar Mar 15 '21 04:03 wuxianyuedu