Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
boolean_value [2015/10/12 01:32] admin ↷ Page name changed from bool to boolean_value |
boolean_value [2026/08/28 03:09] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Bool ====== | + | ====== Boolean Value ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | Structure used as a link to other functors. | + | Declares a boolean value that can be reused as the input to more than one functor, instead of repeating the same constant throughout the model. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | constant | [[ Bool Type|Bool ]] | Data carrier for boolean. | | + | | Constant | [[Boolean Value Type]] | Boolean value or constant. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | object | [[ Bool Type|Bool ]] | The object is a boolean. | | + | | Object | [[Boolean Value Type]] | Boolean value or constant provided as the functor input. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 23: | Line 25: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | ===== Internal Name ===== | + | This functor was previously known as "Bool". |
| + | |||
| + | ===== Internal Name ===== | ||
| - | Bool | + | BooleanValue |