disguise developers

Designer Plugins

Plugins for Disguise Designer software.

ExpressionVariable

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 = 0

FunctionType : Final = 2

StringType : Final = 1

Constructors

__init__(self)

Default constructor for ExpressionVariable

__init__(self, other: ExpressionVariable)

Copy constructor for ExpressionVariable

Methods

makeExpression(self) -> str