info_player_start
Jump to navigation
Jump to search
![]() |
---|
CPointEntity |
![]() |
info_player_start
is a point entity available in all Source games. It indicates the position and facing direction at which the player will spawn. If there isn't at least one spawn entity, most mods will usually spawn the player at
(0, 0, 0)
(worldspawn).


Keyvalues
The Keyvalues of the prop_dynamic entity are listed below. For more information on Keyvalues, see here.
List of Keyvalues
- 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.
Flags
The Flags of the prop_dynamic entity are listed below. For more information on Flags, see here.
List of Flags
- Master (Has priority if multiple
info_player_start
entities exist) : [1]