Info player coop: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(No difference)

Revision as of 17:26, 3 November 2011

Synergy info_player_coop is a point entity available in Synergy. It defines the player spawn point.

Tip.pngTip:This entity is identical to info_player_start with the addition of being toggled.

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 or target).
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.
Tip.pngTip:Manual Enable/Disable inputs are typically not used, see info_spawn_manager.


Outputs

See also