true

From RPTools Wiki
Revision as of 08:12, 21 June 2023 by Kwvanderlinde (talk | contribs) (The the page out some more)
Jump to navigation Jump to search

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