Bool
Represents a truth value. Either true or false. Example:
var b : Bool := true;
The default value for Bool properties and variables is false.
Functions
toString():String
Converts this value to a String.
Represents a truth value. Either true or false. Example:
var b : Bool := true;
The default value for Bool properties and variables is false.
toString():String
Converts this value to a String.