hideTextLabels: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Created page with "{{MacroFunction |name=hideTextLabels |proposed=false |trusted=false |version=1.6 |compatibility=1.6 |description= Disables the display of Text Labels if they are not showing....")
 
No edit summary
Line 23: Line 23:


|also=
|also=
{{func|showTextLabels}} {{func|getTextLabelsStatus}}
{{func|showTextLabels}} {{func|getTextLabelStatus}}


}}
}}
[[Category:Miscellaneous Function]]
[[Category:Miscellaneous Function]]

Revision as of 16:52, 6 February 2020

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.

Usage

hideTextLabels()

Parameters

  • None - This function takes no parameters.

Does not return anything.

Example

Disable display of text labels.
[h: hideTextLabels()]

See Also