-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export UnityEngine in a more elegant way #7
Comments
Good idea! |
Any progress with this? |
Not yet On Wed, Jul 10, 2013 at 4:30 AM, Anthony M. Cook
|
dofile保证每次都会调用新生成的闭包, require是只保证调用一次,同时记录其第一个返回值; 这个应该算是lua的标准实现吧。 -- t2.lua --- tdofile.C $: gcc -o tdofile tdofile.c --lua ---------------output------------ 在 2013年11月24日上午12:05,zmeteor11 [email protected]写道:
|
谢谢你的回答,是我理解错了. 在 2013-11-24 13:52:35,zixun [email protected] 写道: -- t2.lua --- tdofile.C $: gcc -o tdofile tdofile.c --lua ---------------output------------ 在 2013年11月24日上午12:05,zmeteor11 [email protected]写道:
— |
come on ~ |
maybe using Reflection to export all classes automatically?
The text was updated successfully, but these errors were encountered: