SetVariableOverride
SetVariableOverride<T>(long, T)
Description
Set data that overrides Variable.
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| T | Type of data to overwrite |
Parameters
| Parameter Name | Description |
|---|---|
| variableId | Variable ID |
| value | The data value to overwrite |
Returns
Returns true if overwrite data is set.