Check if variable with the given name is already created.
boolean True if the variable is already created, false otherwise.
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.
Get the type of the variable with the given name.
VarType The variable type.
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.
Get boolean variable with the given name.
boolean Value of the variable with the specified 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.
Get int variable with the given name.
int Value of the variable with the specified 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.
Get the double variable with the given name.
double Value of the variable with the specified 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.
Get the string variable with the given name.
string Value of the variable with the specified 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.
Set the boolean variable with the given name.
True if the variable is created, false if the variable already exists and the new value is set.
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.
Set the int variable with the given name.
True if the variable is created, false if the variable already exists and the new value is set.
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.
Set the double variable with the given name.
True if the variable is created, false if the variable already exists and the new value is set.
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.
Set the string variable with the given name.
True if the variable is created, false if the variable already exists and the new value is set.
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.
Delete variable with the given name.
boolean True if the variable is deleted, false otherwise.
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.
Clear all variables or variables from the specified effect.
boolean True if one or more variables are deleted, false otherwise.
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.
Generated using TypeDoc
A DeepAR Scripting API interop namespace.