Logic branch listener

From Valve Developer Community
Revision as of 16:01, 5 August 2006 by Ts2do (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Wrongtitle

Entity Description

Contains a list of logic_branch entities and fires outputs when the state of any of the logic_branches changes.

This entity is used to fire an event when a set of conditions are all satisfied.

Keyvalues

<target_destination> The name of one or more logic_branches (wildcards allowed).

Inputs

Tests the state of all the logic_branches in the list and fires the appropriate output.

Outputs

  • OnAllTrue
Fired when all the logic_branches in the list become true.
  • OnAllFalse
Fired when all the logic_branches in the list become false.
  • OnMixed
Fired when one of the logic branches in the list changes, but some are true and some are false.