Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
number_map_filename [2011/07/31 19:01] hermann created |
number_map_filename [2026/08/28 03:28] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Number Map Filename ====== | + | ====== Number Map Filename ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | This hook identifies a map filename by assigning a number to it. | + | Placeholder used to register a map filename under a given number in the container it is placed inside. This functor produces no output itself: the enclosing container inspects its input ports and performs the actual registration. |
| + | |||
| + | This functor can be placed inside [[Select Map Filename]]. | ||
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Map Filename | [[ Map Filename Type|Map Filename]] | Any input map filename. | | + | | Map Filename | [[Map Filename Type]] | Map filename to register in the container. | |
| - | | Filename Number | [[Positive Int Type|Positive Int ]] | Map file name number identifier. | | + | | Filename Number | [[Positive Integer Value Type]] | Number under which the filename will be known inside the container. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| + | |||
| + | None. | ||
| ===== Group ===== | ===== Group ===== | ||
| Line 19: | Line 25: | ||
| [[Functor List#Stack Supplementary | Stack Supplementary]] | [[Functor List#Stack Supplementary | Stack Supplementary]] | ||
| - | ===== Internal Name ===== | + | ===== Notes ===== |
| + | |||
| + | Placing this functor inside a container it is not designed for reports a warning, since it has no effect there. | ||
| + | |||
| + | ===== Internal Name ===== | ||
| NumberMapFilename | NumberMapFilename | ||