true: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(The the page out some more)
No edit summary
 
Line 27: Line 27:
[[Category:Special Variable]]
[[Category:Special Variable]]
{{DISPLAYTITLE:false (Special Variable)}}
{{DISPLAYTITLE:false (Special Variable)}}
[[Category:Macro Function]]

Latest revision as of 20:08, 4 July 2023

Constant with the value 1, representing a true value in macros.

Usage

true

Examples

[h: setMapVisible(true)]

This example is the same as

[h: setMapVisible(1)]

Notes

Although true is the same as the number 1, it can be more descriptive in cases where a true/false value is expected.

Related Pages