From 2f04ce97ee35f35b1b18a48cccb58a179e6cc5c5 Mon Sep 17 00:00:00 2001
From: Robert Jelic <36573031+NoryiE@users.noreply.github.com>
Date: Sat, 2 Apr 2022 18:01:56 +0200
Subject: [PATCH] Updated Object (markdown)
---
Object.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Object.md b/Object.md
index 202a691..305a2bf 100644
--- a/Object.md
+++ b/Object.md
@@ -26,7 +26,7 @@ Changes the position relative to its parent frame
````lua
local mainFrame = NyoUI.createFrame("myFirstFrame"):setPosition(2,3)
````
-**args:** int x, int y
+**args:** int x, int y[, "r"], "r" as third parameter means it will add x and y to current position instead of set it
**returns:** the frame object