Info player coop: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
Tip:This entity is identical to info_player_start with the addition of being toggled.
Tip:Manual Enable/Disable inputs are typically not used, see info_spawn_manager.
		
	
m (moved Info player coop to Info player coopPLACEHOLDER)  | 
				m (moved Info player coopPLACEHOLDER to Info player coop over redirect)  | 
				
(No difference) 
 | |
Revision as of 16:26, 3 November 2011
 info_player_coop is a point entity available in Synergy.
It defines the player spawn point.
Entity description
This entity is used to differentiate from info_player_start present in Half-Life 2 maps and its episodes for modifying purposes. If no info_player_coop exists, info_player_start will be used as the fallback.
Keyvalues
- StartDisabled ([todo internal name (i)])
 - Starts the spawn disabled.
 
- 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 
- Pitch Yaw Roll (Y Z X) (angles) <QAngle>
 - This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
 
Inputs
- Enable
 - Enables this spawn, all players will respawn at this location.
 
- Disable
 - Disables this spawn.