Info coop spawn
Jump to navigation
Jump to search
Entity description
A spawn location for one player in co-op.
Use one for each player at each checkpoint room.Template:How?
Keyvalues
- 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.
- Start Disabled (StartDisabled) <boolean>
- Stay dormant until activated (with the
Enable
input).
- Starting team ([todo internal name (i)]) <choices>
-
- 0 - Unknown
- 1 - Chell
- 2 - P-Body (Orange)
- 3 - Atlas (Blue)
Inputs
Template:I Angles EnableDisable:
- Enable / Disable
- Enable/disable this entity from performing its task. It might also disappear from view.