static int getUID(IntPtr L) { try { ToLua.CheckArgsCount(L, 0); int o = LuaExtend.getUID(); LuaDLL.lua_pushinteger(L, o); return(1); } catch (Exception e) { return(LuaDLL.toluaL_exception(L, e)); } }