bool¶
A Boolean expression is one that has just two possible outcomes: 1 (TRUE) and 0 (FALSE). Technically TRUE doesn't have to be 1, but it's always treated that way.
Members¶
string To String¶
- "TRUE" for non-zero, or "FALSE" for zero
Discussions that link here
This datatype is added by MacroQuest.
Republished and possibly modified from https://docs.macroquest.org/reference/data-types/datatype-bool/