TryGetVariableOverride
TryGetVariableOverride<T>(long, out T)
Description
Gets the value of the overwrite data.
Type Parameters
Type Parameter Name | Description | Type Constraints |
---|---|---|
T | Type of data to overwrite |
Parameters
Parameter Name | Description |
---|---|
variableId | Variable ID |
value | Output of override data value |
Returns
Returns true if the overwrite data value is obtained.