Committing luabindings for commit 94cb826#2782
Committing luabindings for commit 94cb826#2782axmol-bot wants to merge 1 commit intoaxmolengine:release/2.xfrom
Conversation
|
There still seems to be some odd issue with wasm and lua bindings: We may as well not use |
OK, change it |
but, maybe should modify lua binding .ini, skip the API ,since the parameter is traited as plan pointer, and actually not support lua yet. |
|
The generated code snippet: argc = lua_gettop(tolua_S) - 1;
if (argc == 2)
{
int arg0;
const EFXEAXREVERBPROPERTIES* arg1;
ok &= luaval_to_int32(tolua_S, 2,(int *)&arg0, "ax.AudioEngine:setReverbProperties");
#pragma warning NO CONVERSION TO NATIVE FOR EFXEAXREVERBPROPERTIES*
ok = false;
if(!ok)
{ |
I'm not familiar enough with the lua bindings to make the necessary changes. PR #2783 submitted with the change I described above in case you want to use that. |
I will modify luabinding |
RT