How do I return values in lua function after calling other lua function inside C function

前端 未结 0 1579
庸人自扰
庸人自扰 2021-01-07 01:43

So i have something like this:

public static int Window(ILuaState lua)
{
    int id = lua.L_CheckInteger(1);
    Rect rect = RectLib.CheckRect(lua, 2);
    st         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题