Variable
Class in LogicToolkit / Inherits from: object
Implements interfaces: IValueContainer
Description
Variables stored in Blackboard
Properties
Property Name | Description |
---|---|
Id | ID |
Events
Event Name | Description |
---|---|
ValueChanged | Callback when value changes |
Methods
Method Name | Description |
---|---|
GetObject | Get the value as object type. |
GetString | Get the value as a string. |
GetValueType | Get the type of a value. |
RaiseValueChanged | Raises a value change event. |
RestoreDefaults | Restore default value to current value |
SetDefault | Set a value to the default value. |
SetDefaultWithoutNotify | Set a value to the default value without notification. |
SetValue | Set the value. |
SetValueWithoutNotify | Set the value without notification. |
StoreDefaults | Store value as default value |