Index

:!: Available in version 1.3 and later.

SetThemeOverlayScale

SetThemeOverlayScale(<-overlayNumber <-scaleX <-scaleY)

Description

Sets the theme overlay scale. Typically, the scale will match the map dimensions. The overlayNumber should be 0 or 1.
See SetThemeOverlayPixels for a larger example of theme overlay use.

Examples

SetThemeOverlayScale(0 256 192)

Index