false: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Flesh the page out some more)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 27: Line 27:
[[Category:Special Variable]]
[[Category:Special Variable]]
{{DISPLAYTITLE:false (Special Variable)}}
{{DISPLAYTITLE:false (Special Variable)}}
Pages with ignored display titles

Latest revision as of 23:59, 4 July 2023

Constant with the value 0, representing a false value in macros.

Usage

false

Examples

[h: setMapVisible(false)]

This example is the same as

[h: setMapVisible(0)]

Notes

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

Related Pages

Pages with ignored display titles