Updated Object (markdown)

Robert Jelic
2022-04-02 18:01:56 +02:00
parent 9a9adbfc54
commit 2f04ce97ee

@@ -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<br>
**args:** int x, int y[, "r"], "r" as third parameter means it will add x and y to current position instead of set it<br>
**returns:** the frame object<br>