setZoom

From RPTools Wiki
Revision as of 08:30, 30 April 2015 by Wolph42 (talk | contribs)
Jump to navigation Jump to search

setZoom() Function

Introduced in version 1.4
Sets the zoom level of the viewport.

Usage

setZoom(z)

Parameters

  • z - The zoom level of the viewport (the current zoom level can be seen at the bottom of the maptool screen. You can also use getZoom()

Example

Zoom in by a factor 2
[h: z = getZoom()]
[h: setZoom(2*z)]

See Also