false

From RPTools Wiki
Revision as of 20:01, 4 July 2023 by Taustin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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