ExpressionVariable
Category: Expressions
Base class: _BlipValue
Properties
defaultFloat : float
The default value of the variable, if it is a float type
UserName: Default
defaultString : str
The default value of the variable, if it is a string type
UserName: Default
errorText : str
name : str
The name of the variable
UserName: Name
type : int
The type of the variable
Options: {0: ‘Float’, 1: ‘String’, 2: ‘Function’}
UserName: Type
Variables
FloatType : Final[int] = 0
FunctionType : Final[int] = 2
StringType : Final[int] = 1
Constructors
__init__(self)
Default constructor for ExpressionVariable
__init__(self, other: ExpressionVariable)
Copy constructor for ExpressionVariable