Returns the X/Y coordinates of the desired sides. It requires a bitmask to be passed into it. The side bitmask definition is: gui.SIDES = { LEFT = 1, RIGHT = 2, TOP = 4, BOTTOM = 8 }
Returns the X/Y coordinates of the desired sides. It requires a bitmask to be passed into it. The side bitmask definition is: gui.SIDES = { LEFT = 1, RIGHT = 2, TOP = 4, BOTTOM = 8 }
1 number bitmask
the sides to retrieve the coordinates of.