hideTextLabels: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
|compatibility=1.6 | |compatibility=1.6 | ||
|description= | |description= | ||
Disables the display of Text Labels if they are not showing. | Disables the display of Text Labels if they are not showing. This can also be set in the [http://www.lmwcs.com/rptools/wiki/MapTool_User_Interface#View_Menu View menu]. | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
hideTextLabels() | hideTextLabels() | ||
</ | </syntaxhighlight> | ||
'''Parameters''' | '''Parameters''' | ||
{{param|None|This function takes no parameters.}} | {{param|None|This function takes no parameters.}} | ||
Line 18: | Line 18: | ||
|example= | |example= | ||
Disable display of text labels. | Disable display of text labels. | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[h: hideTextLabels()] | [h: hideTextLabels()] | ||
</ | </syntaxhighlight> | ||
|also= | |also= |
Latest revision as of 16:19, 15 March 2023
hideTextLabels() Function
• Introduced in version 1.6
• Last checked for compatibility with version 1.6
Disables the display of Text Labels if they are not showing. This can also be set in the View menu.
Usage
hideTextLabels()
Parameters
None
- This function takes no parameters.
Does not return anything.
Example
Disable display of text labels.
[h: hideTextLabels()]