Info player coop
Jump to navigation
Jump to search
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.
parentname
ortarget
).
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.
