Ejemplo n.º 1
0
 static int GetInt(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 1);
         int arg0 = (int)LuaDLL.luaL_checknumber(L, 1);
         int o    = TestProtol.GetInt(arg0);
         LuaDLL.lua_pushinteger(L, o);
         return(1);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }
Ejemplo n.º 2
0
 static int GetInt4(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 3);
         byte[] arg0 = ToLua.CheckByteBuffer(L, 1);
         int    arg1 = (int)LuaDLL.luaL_checknumber(L, 2);
         int    arg2 = (int)LuaDLL.luaL_checknumber(L, 3);
         int    o    = TestProtol.GetInt4(arg0, arg1, arg2);
         LuaDLL.lua_pushinteger(L, o);
         return(1);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }