getTextLabelStatus: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page GetTextLabelStatus to getTextLabelStatus: Converting page titles to lowercase)
m (Text replacement - "source>" to "syntaxhighlight>")
Line 11: Line 11:
<source lang="mtmacro" line>
<source lang="mtmacro" line>
getTextLabelStatus()
getTextLabelStatus()
</source>
</syntaxhighlight>
'''Parameters'''
'''Parameters'''
{{param|None|This function takes no parameters.}}
{{param|None|This function takes no parameters.}}
Line 20: Line 20:
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: getTextLabelStatus()]
[h: getTextLabelStatus()]
</source>
</syntaxhighlight>


|also=
|also=

Revision as of 19:25, 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

<source lang="mtmacro" line> getTextLabelStatus() </syntaxhighlight> Parameters

  • None - This function takes no parameters.

Returns either hide or show.

Example

Get the display status for text labels.

<source lang="mtmacro" line> [h: getTextLabelStatus()]

</syntaxhighlight>

See Also