m
no edit summary
mNo edit summary |
mNo edit summary |
||
| Line 8: | Line 8: | ||
;''Arguments'' | ;''Arguments'' | ||
; point : the point to attach the obj to (see [[API Positions]]) | ; point : the point to attach the obj to (see [[API Positions]]) (i.e. bind the left side of your frame) | ||
; parent : the name of the parent to attach the obj to (can be "UIParent" to attach it to the screen itself) | ; parent : the name of the parent to attach the obj to (can be "UIParent" to attach it to the screen itself) | ||
; relativePoint : the relative point to attach the obj to (see [[API Positions]]) | ; relativePoint : the relative point to attach the obj to (see [[API Positions]]) (i.e. bind your frame to the left side of the parent) | ||
; x : the X offset (-5 means 5 units left, 5 means 5 units right) | ; x : the X offset (-5 means 5 units left, 5 means 5 units right) | ||
; y : the Y offset (-5 means 5 units UP, 5 means 5 units down) | ; y : the Y offset (-5 means 5 units UP, 5 means 5 units down) | ||