Info player start (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
m (WisdomBot moved page Info player start (GoldSrc) to Info player start (GoldSrc)/en: Moved to {{Multipage}} compliant page name. This action was perfomed by a bot under supervision.) |
m (Improved formatting) |
||
| Line 1: | Line 1: | ||
{{langsp|title=info_player_start}} | {{langsp|title=info_player_start}} | ||
__NOTOC__ | __NOTOC__ | ||
{{infotable | {{infotable | ||
|info_player_start | |info_player_start | ||
| Line 10: | Line 8: | ||
|in=0 | |in=0 | ||
}} | }} | ||
==Entity description== | ==Entity description== | ||
An <code>info_player_start</code> is used to define where the player will spawn in a map in single player. Only one <code>info_player_start</code> can be used in a level. If more than one exists, the one placed first will be used. Unlike most point entities used for spawning, the <code>info_player_start</code> is not affected by gravity, meaning if the entity is placed mid-air in the editor it will be placed mid-air in the map, resulting in the player spawning and falling from it. | An <code>info_player_start</code> is used to define where the player will spawn in a map in single player. Only one <code>info_player_start</code> can be used in a level. If more than one exists, the one placed first will be used. Unlike most point entities used for spawning, the <code>info_player_start</code> is not affected by gravity, meaning if the entity is placed mid-air in the editor it will be placed mid-air in the map, resulting in the player spawning and falling from it. | ||
Revision as of 12:07, 10 January 2024
| info_player_start | |
|---|---|
| Type | Point entity |
| Engine | |
| Availability | In all games |
Entity description
An info_player_start is used to define where the player will spawn in a map in single player. Only one info_player_start can be used in a level. If more than one exists, the one placed first will be used. Unlike most point entities used for spawning, the info_player_start is not affected by gravity, meaning if the entity is placed mid-air in the editor it will be placed mid-air in the map, resulting in the player spawning and falling from it.
Key Values
- 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
- Not In Deathmatch : [2048]
- Prevent this entity from attempting to spawn when
deathmatch(multiplayer) is enabled.