setZoomLock: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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 | ||
}} | }} |
Revision as of 18:12, 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)]