Logic multicompare

From Valve Developer Community
Revision as of 21:02, 18 December 2008 by NoorrOacri (talk | contribs) (c4tcnocna)
Jump to navigation Jump to search

letoelouboc Template:Wrongtitle Template:Base point

Entity Description

Logic multicompare.png

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

<integer> Initial integer value.
  • ShouldComparetoValue
<boolean> If set, compare inputs against IntegerValue.

Inputs

Input value
  • CompareValues
Compares the values and fires appropriate outputs

Outputs

Fires if the values are equal. (!activator is the activator)
  • OnNotEqual
Fires if the values are not equal. (!activator is the activator)