Differences
This shows you the differences between two versions of the page.
|
lookup_table_group [2020/04/29 13:54] argemiro created |
lookup_table_group [2026/08/28 03:27] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Lookup Table Group ====== | + | ====== Lookup Table Group ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | Structure that can be used to connect two other functors or as a constant value. | + | Declares a lookup table group value that can be reused as the input to more than one functor. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | constant | Lookup Table Group | Value or constant representing a lookup table group, comprising a set of lookup tables. | | + | | Constant | [[Lookup Table Group Type]] | Lookup table group value carried by this functor. Unlike most other data-carrier functors, this value cannot be entered as a literal constant — it must come from another functor's output, such as [[Create Lookup Table Group]]. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| Line 14: | Line 14: | ||
| None. | None. | ||
| - | ===== Output ===== | + | ===== Outputs ===== |
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | object | Lookup Table Group | Value or constant representing a lookup table group provided as the functor input. | | + | | Object | [[Lookup Table Group Type]] | The lookup table group value provided as this functor's input. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 25: | Line 25: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | None. | + | This functor passes its input value to its output unmodified, and can be used to feed the same lookup table group into more than one functor. |
| ===== Internal Name ===== | ===== Internal Name ===== | ||
| LookupTableGroup | LookupTableGroup | ||
| + | |||