Info player start (GoldSrc): Difference between revisions
Jump to navigation
Jump to search
Warning:
No edit summary |
Thunder4ik (talk | contribs) m (→top: clean up, replaced: {{source}} → {{src}}) |
||
| Line 6: | Line 6: | ||
|img=[[File:info_player_start.png|300px]] | |img=[[File:info_player_start.png|300px]] | ||
|type=e0 | |type=e0 | ||
|engine={{gldsrc}} {{ | |engine={{gldsrc}} {{src}} {{source2}} | ||
|in=0 | |in=0 | ||
}} | }} | ||
Revision as of 11:57, 4 January 2024
| info_player_start | |
|---|---|
| Type | Point entity |
| Engine | |
| Availability | In all games |
This is an e0 available in all Template:1 games.Template:1 topicon
- The
{{{engine}}}parameter is inconsistent with the name defined by the {{1}} template.
If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.
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.