showTextLabels: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{MacroFunction |name=showTextLabels |proposed=false |trusted=true |version=1.6 |compatibility=1.6 |description= Enables the display of Text Labels if they are not showing. |...") |
No edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|name=showTextLabels | |name=showTextLabels | ||
|proposed=false | |proposed=false | ||
|trusted= | |trusted=false | ||
|version=1.6 | |version=1.6 | ||
|compatibility=1.6 | |compatibility=1.6 | ||
|description= | |description= | ||
Enables the display of Text Labels if they are not showing. | Enables 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> | ||
showTextLabels() | showTextLabels() | ||
</ | </syntaxhighlight> | ||
'''Parameters''' | '''Parameters''' | ||
{{param|None|This function takes no parameters.}} | {{param|None|This function takes no parameters.}} | ||
Line 18: | Line 18: | ||
|example= | |example= | ||
Enable display of text labels. | Enable display of text labels. | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[h: showTextLabels()] | [h: showTextLabels()] | ||
</ | </syntaxhighlight> | ||
|also= | |also= | ||
{{func|hideTextLabels}} {{func| | {{func|hideTextLabels}} {{func|getTextLabelStatus}} | ||
}} | }} | ||
[[Category:Miscellaneous Function]] | [[Category:Miscellaneous Function]] |
Latest revision as of 17:46, 14 March 2023
showTextLabels() Function
• Introduced in version 1.6
• Last checked for compatibility with version 1.6
Enables the display of Text Labels if they are not showing. This can also be set in the View menu.
Usage
showTextLabels()
Parameters
None
- This function takes no parameters.
Does not return anything.
Example
Enable display of text labels.
[h: showTextLabels()]