Inserts a value into a lookup table at a specified key. If the key is already present, its value is replaced.
| Name | Type | Description |
|---|---|---|
| Table | Lookup Table Type | Lookup table where the value will be inserted. |
| Key | Real Value Type | Key of the entry that will be inserted into Table. |
| Value | Real Value Type | Value of the entry that will be inserted into Table. |
None.
| Name | Type | Description |
|---|---|---|
| Updated Table | Lookup Table Type | The updated lookup table. |
If Key already has a value assigned in Table, that value is replaced by Value.
This functor was previously known as “UpdateLookupTable”; that name is still accepted for backward compatibility with existing scripts.
SetLookupTableValue