showTextLabels: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 23: Line 23:


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


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

Revision as of 16:51, 6 February 2020

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.

Usage

showTextLabels()

Parameters

  • None - This function takes no parameters.

Does not return anything.

Example

Enable display of text labels.
[h: showTextLabels()]

See Also