From 0edebf65fe2b8594bbdd6c943ffed80377085602 Mon Sep 17 00:00:00 2001 From: igor Date: Fri, 17 Nov 2017 05:45:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D1=8F,=20=D0=BC=D0=B0=D0=BC=D0=BA=D1=83?= =?UTF-8?q?=20=D0=B2=20=D0=BE=D1=87=D0=BA=D0=B5=20=D0=BF=D0=B5=D1=85=D0=B0?= =?UTF-8?q?=D0=BB,=20=D1=85=D1=83=D0=BB=D1=8C=20=D1=82=D1=83=D1=82=20?= =?UTF-8?q?=D1=82=D0=B8=D0=BF=D1=8B=20=D0=B7=D0=B0=D0=B1=D1=8B=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Documentation/MineOSInterface.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/MineOSInterface.md b/Documentation/MineOSInterface.md index 9fc5ca4c..4317d7be 100644 --- a/Documentation/MineOSInterface.md +++ b/Documentation/MineOSInterface.md @@ -17,7 +17,7 @@ MineOSInterface - это библиотека, поставляющаяся в Основные методы ====== -MineOSInterface.**addWindow**(*table* window): *table* mainContainer, *table* window +MineOSInterface.**addWindow**( window ): *table* mainContainer, *table* window ----------------------------------------------------------- | Тип | Аргумент | Описание | @@ -39,7 +39,7 @@ MineOSInterface.**addWindow**(*table* window): *table* mainContainer, *table* wi Методы для создания окон ====== -MineOSInterface.**window**(*int* x, *int* y, *int* width, *int* height): *table* window +MineOSInterface.**window**( x, y, width, height ): *table* window ----------------------------------------------------------- | Тип | Аргумент | Описание | @@ -67,7 +67,7 @@ window:addChild(GUI.panel(1, 1, window.width, window.height, 0x888888)) ![](https://i.imgur.com/lhrm0z6.png?1) -MineOSInterface.**filledWindow**(*int* x, *int* y, *int* width, *int* height, [*int* color]): *table* window +MineOSInterface.**filledWindow**( x, y, width, height [, color]): *table* window ----------------------------------------------------------- | Тип | Аргумент | Описание | @@ -99,7 +99,7 @@ local mainContainer, window = MineOSInterface.addWindow(MineOSInterface.filledWi ![](https://i.imgur.com/YlCOx68.png?1) -MineOSInterface.**tabbedWindow**(*int* x, *int* y, *int* width, *int* height): *table* window +MineOSInterface.**tabbedWindow**( x, y, width, height ): *table* window ----------------------------------------------------------- | Тип | Аргумент | Описание |