Logic scene list manager

From Valve Developer Community
Revision as of 20:10, 19 January 2009 by VDCBot (talk | contribs) (Robot: fixing template case.)
Jump to navigation Jump to search

Template:Wrongtitle

Entity Description

Logic scene list manager.png

Manages a list of logic_choreographed_scene entities. Store choreo scenes in them in order that they will be played by other inputs. Whenever a scene plays, the manager will remove all scenes before that one in the list. The name of another logic_scene_list_manager can be entered in a slot instead of an invididual scene, which will cause all scenes in that manager to be removed when a later scene in this list is played.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

  • scene0-15
The name of a logic_choreographed_scene, or logic_scene_list_manager.

Inputs

  • Shutdown
Remove the manager and all scenes referenced by it (and all scenes referenced by logic_scene_list_manager's embedded in this one).

Outputs