-
Notifications
You must be signed in to change notification settings - Fork 1
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.
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. |
N/A
Copyright (c) 2019-2024 Jon Thysell