Check if variable with the given name is already created.
The variable name.
Optional
slot: stringThe slot of the effect in which to search the variable. If it is not given, variable will be searched for in all the effects.
boolean True if the variable is already created, false otherwise.
Get the type of the variable with the given name.
The variable name.
Optional
slot: stringThe slot of the effect in which to search the variable. If it is not given, variable will be searched for in all the effects.
VarType The variable type.
Get boolean variable with the given name.
The variable name.
Optional
slot: stringThe slot of the effect in which to search the variable. If it is not given, variable will be searched for in all the effects.
boolean Value of the variable with the specified name.
Get int variable with the given name.
The variable name.
Optional
slot: stringThe slot of the effect in which to search the variable. If it is not given, variable will be searched for in all the effects.
int Value of the variable with the specified name.
Get the double variable with the given name.
The variable name.
Optional
slot: stringThe slot of the effect in which to search the variable. If it is not given, variable will be searched for in all the effects.
double Value of the variable with the specified name.
Get the string variable with the given name.
The variable name.
The slot of the effect in which to search the variable. If it is not given, variable will be searched for in all the effects.
string Value of the variable with the specified name.
Set the boolean variable with the given name.
The variable name.
Value to be set.
Optional
slot: stringThe slot of the effect in which to search the variable. If it is not given, variable will be searched for in all the effects.
True if the variable is created, false if the variable already exists and the new value is set.
Set the int variable with the given name.
The variable name.
Value to be set.
Optional
slot: stringThe slot of the effect in which to search the variable. If it is not given, variable will be searched for in all the effects.
True if the variable is created, false if the variable already exists and the new value is set.
Set the double variable with the given name.
The variable name.
Value to be set.
Optional
slot: stringThe slot of the effect in which to search the variable. If it is not given, variable will be searched for in all the effects.
True if the variable is created, false if the variable already exists and the new value is set.
Set the string variable with the given name.
The variable name.
Value to be set.
Optional
slot: stringThe slot of the effect in which to search the variable. If it is not given, variable will be searched for in all the effects.
True if the variable is created, false if the variable already exists and the new value is set.
Delete variable with the given name.
The variable name.
Optional
slot: stringThe slot of the effect in which to search the variable. If it is not given, variable will be searched for in all the effects.
boolean True if the variable is deleted, false otherwise.
Clear all variables or variables from the specified effect.
Optional
slot: stringThe slot of the effect in which to search the variable. If it is not given, variable will be searched for in all the effects.
boolean True if one or more variables are deleted, false otherwise.
Generated using TypeDoc
A DeepAR Scripting API interop namespace.