We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
仅定义申明,而不是使用外部解释实现,内置宏的实现写在第三方游戏引擎里面
The text was updated successfully, but these errors were encountered:
函数原型 Engine.regMacro(string name, string p1 string p2,string p3) Engine.regMacro(string name,string params...) //可变参数
Sorry, something went wrong.
//使用类实现 Engine.realizeMacro(string name,Class cls) //将一个宏绑定到一个c++或者java或者lua或者gdscript方法上面 Engine.bindMacro(string name,Method method)
2439905184
No branches or pull requests
仅定义申明,而不是使用外部解释实现,内置宏的实现写在第三方游戏引擎里面
The text was updated successfully, but these errors were encountered: