hideTextLabels: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page hideTextLabels to HideTextLabels without leaving a redirect: Converting page title to first-letter uppercase)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:


|usage=
|usage=
<source lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>
hideTextLabels()
hideTextLabels()
</source>
</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.
<source lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>
[h: hideTextLabels()]
[h: hideTextLabels()]
</source>
</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()]

See Also