Skip to content

TEGS Scripting: Boolean Library

Jon Thysell edited this page Mar 19, 2022 · 14 revisions

The Boolean library provides constants and functions relevant to the Boolean type.

Constants

Name Full Name Type Value Description
FalseString Boolean.FalseString String "False" String value of a false Boolean value.
TrueString Boolean.TrueString String "True" String value of a true Boolean value.

Functions

N/A