Overlays
clearOverlayArea
Description
Clears all overlays in the given area. Only allowed to be called within "draw"
Definition
clearOverlayArea(float x, float y, float width, float height, float rotation, float rotCenterX, float rotCenterY)
Arguments
| float | x | x |
|---|---|---|
| float | y | y |
| float | width | width |
| float | height | height |
| float | rotation | rotation |
| float | rotCenterX | center of rotation x |
| float | rotCenterY | center of rotation y |