setZoom: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:


|also=
|also=
{{func|setZoom}},
{{func|moveToken}},  
{{func|getTokenX}},
{{func|getTokenY}},
{{func|getTokenY}},
{{func|goto}}
{{func|getZoom}}.
 
}}
}}
[[Category:Miscellaneous Function]]
[[Category:Miscellaneous Function]]

Revision as of 08:31, 30 April 2015

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