setZoomLock: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 16: | Line 16: | ||
[r: setZoomLock(1)] | [r: setZoomLock(1)] | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Locks | Locks Zoom on local client, mimics the Tool Menu, Lock Zoom feature | ||
}} | }} |
Latest revision as of 23:59, 26 March 2024
setZoomLock() Function
• Introduced in version 1.14.0
Sets the Lock Zoom setting to (0) unchecked, or (1) checked.
Usage
setZoomLock(0/1)
Parameters
0/1
- Clears/Checks Lock Zoom.
Example
[r: setZoomLock(1)]