Info player start: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 12: Line 12:
==Flags==
==Flags==
* Master (Has priority if multiple info_player_starts exist)
* Master (Has priority if multiple info_player_starts exist)
 
==See Also==
* [[info_player_combine]]
* [[info_player_rebel]]
* [[info_player_deathmatch]]
* [[info_player_counterterrorist]]
* [[info_player_terrorist]]
* [[game_player_equip]]
[[Category:Entities]]
[[Category:Entities]]
[[Category:Half-Life 2: Deathmatch Entities]]

Revision as of 15:41, 6 August 2005

Template:Wrongtitle

Entity Description

This entity indicates the position and facing direction at which the player will spawn. Any number of info_player_start entities may be placed in a map for when working in cordoned-off portions of the map. When multiple info_player_start entities are present in a map, set the 'Master' spawnflag on one of them to indicate which one should be used when running the entire map.

To prevent the player from spawning into geometry, the entity cannot reside half way through a solid object.

Keyvalues

Flags

  • Master (Has priority if multiple info_player_starts exist)

See Also