## getOffset ### Description Returns the offset ### Returns 1. `number` x position 2. `number` y position ### Usage * Prints the offset amount to the console ```lua local main = basalt.createFrame() local button = mainFrame:addButton() basalt.debug(main:getOffset()) ```