Differences
This shows you the differences between two versions of the page.
|
region_manager_value [2020/04/28 18:40] argemiro created |
region_manager_value [2026/08/28 03:31] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | Functor that can be used to connect two other functors using a [[region_manager|Region Manager]] | + | A data carrier functor that passes a region manager value from its input to its output unchanged, so it can be used to connect two other functors through an explicit connection instead of relying on auto-binding. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| Line 11: | Line 11: | ||
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ Default Value ^ |
| - | | Region Manager | [[region_manager|Region Manager]] | Value representing an instance of the "Region Manager" type. | | + | | Region Manager | [[Region Manager Type]] | The region manager to carry. When this functor is placed inside a [[Region Manager]], [[Region]], or [[For Each Region]] container, this port connects to that container's region manager automatically. | Provided automatically | |
| ===== Outputs ===== | ===== Outputs ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Region Manager | [[region_manager|Region Manager]] | Value representing the instance of "Region Manager" type provided as the functor input. | | + | | Region Manager | [[Region Manager Type]] | The region manager provided as input. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 23: | Line 23: | ||
| [[Functor List#Region | Region]] | [[Functor List#Region | Region]] | ||
| + | ===== Notes ===== | ||
| + | |||
| + | None. | ||
| ===== Internal Name ===== | ===== Internal Name ===== | ||
| - | RegionManager | + | RegionManagerValue |
| - | + | ||