getTextLabelStatus: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 6: | Line 6: | ||
|compatibility=1.6 | |compatibility=1.6 | ||
|description= | |description= | ||
Get the display status for Text Labels. This is also shown in the View menu. | Get the display status for Text Labels. This is also shown in the [http://www.lmwcs.com/rptools/wiki/MapTool_User_Interface#View_Menu View menu]. | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
getTextLabelStatus() | getTextLabelStatus() | ||
</ | </syntaxhighlight> | ||
'''Parameters''' | '''Parameters''' | ||
{{param|None|This function takes no parameters.}} | {{param|None|This function takes no parameters.}} | ||
Line 18: | Line 18: | ||
|example= | |example= | ||
Get the display status for text labels. | Get the display status for text labels. | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[h: getTextLabelStatus()] | [h: getTextLabelStatus()] | ||
</ | </syntaxhighlight> | ||
|also= | |also= |
Latest revision as of 23:59, 14 March 2023
getTextLabelStatus() Function
• Introduced in version 1.6
• Last checked for compatibility with version 1.6
Get the display status for Text Labels. This is also shown in the View menu.
Usage
getTextLabelStatus()
Parameters
None
- This function takes no parameters.
Returns either hide or show.
Example
Get the display status for text labels.
[h: getTextLabelStatus()]