Logic scene list manager: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
 
		
	
| m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.) | m (→Inputs:  Substituted IO templates) | ||
| Line 7: | Line 7: | ||
| ==Inputs== | ==Inputs== | ||
| {{ | {{I|Shutdown|Remove the manager and all scenes referenced by it (and all scenes referenced by logic_scene_list_manager's embedded in this one).}} | ||
| == See also == | == See also == | ||
Revision as of 11:08, 21 April 2025
|  Class hierarchy | 
|---|
| CSceneListManager | 
|  sceneentity.cpp | 

logic_scene_list_manager  is a   point entity  available in all  Source games. It 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 individual scene, which will cause all scenes in that manager to be removed when a later scene in this list is played.
 Source games. It 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 individual scene, which will cause all scenes in that manager to be removed when a later scene in this list is played.
Keyvalues
- Scene 1 (scene0) to Scene16 (scene15) <targetname>
- The name of a logic_choreographed_scene, or logic_scene_list_manager.
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentnameortarget).
 Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
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).
