Logic multicompare: Difference between revisions
Jump to navigation
Jump to search
m (→Entity Description: .png) |
|||
Line 2: | Line 2: | ||
==Entity Description== | ==Entity Description== | ||
[[Image:{{PAGENAME}}.png|right]]Compares a set of inputs to each other. If they are all the same, fires an [[#Outputs|OnEqual output]]. If any are different, fires the [[#Outputs|OnNotEqual output]].{{clr}} | [[Image:{{PAGENAME}}.png|right]] | ||
Compares a set of inputs to each other. If they are all the same, fires an [[#Outputs|OnEqual output]]. If any are different, fires the [[#Outputs|OnNotEqual output]].{{clr}} | |||
==Keyvalues== | ==Keyvalues== |
Revision as of 22:33, 29 March 2006
Entity Description
Compares a set of inputs to each other. If they are all the same, fires an OnEqual output. If any are different, fires the OnNotEqual output.
Keyvalues
- Template:Kv targetname
- IntegerValue
- <integer> Initial integer value.
- ShouldComparetoValue
- <boolean> If set, compare inputs against IntegerValue.
Inputs
- Template:I targetname
- InputValue <integer>
- Input value
- CompareValues
- Compares the values and fires appropriate outputs
Outputs
- Template:O targetname
- OnEqual
- Fires if the values are equal
- OnNotEqual
- Fires if the values are not equal