Index

:!: Available in version 1.3 and later.

SetThemeOverlayOffset

SetThemeOverlayOffset(<-overlayNumber <-offsetX <-offsetY)

Description

Sets the theme overlay offset. Typically, the offset is 0,0. The overlayNumber should be 0 or 1.
See SetThemeOverlayPixels for a larger example of theme overlay use.

Examples

SetThemeOverlayOffset(0 0 0)

Index