Logic branch listener

From Valve Developer Community
Revision as of 20:00, 8 October 2006 by Kateye (talk | contribs) (Missed a typo in preview...)
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.