Zh/Info player start: Difference between revisions

From Valve Developer Community
< Zh
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{lang|Info player start|title=<code style=padding:0>info_player_start</code>}}
{{lang|Info player start|title=info_player_start}}
{{Entity also in GoldSrc:zh-cn}}
{{Entity also in GoldSrc:zh-cn}}
{{infotable
{{infotable
|suf=:zh-cn|noname=1
|suf=:zh-cn
|info_player_start|img=[[File:info_player_start.png|300px]]
|info_player_start
|img=[[File:info_player_start.png|300px]]
|type=e0
|type=e0
|engine={{gldsrc}} {{source}} {{source2}}
|engine={{gldsrc}} {{source}} {{source2}}
|in=0
|in=0
}} {{entity|suf=:zh-cn|info_player_start|type=e0}}它指示玩家将生成的位置和朝向方向。如果没有至少一个生成实体,大多数模组通常会在 <code style=padding:0>(0, 0, 0)</code> ([[worldspawn]]) 生成玩家。
}}
 
{{entity|suf=:zh-cn|info_player_start|type=e0}}它指示玩家将生成的位置和朝向方向。如果没有至少一个生成实体,大多数模组通常会在 <code style=padding:0>(0, 0, 0)</code> ([[worldspawn]]) 生成玩家。
{{ModernNote|suf=:zh-cn|在 {{csgo}} 中未使用。}}
{{ModernNote|suf=:zh-cn|在 {{csgo}} 中未使用。}}



Revision as of 01:49, 9 February 2023

English (en)한국어 (ko)中文 (zh)Translate (Translate)
info_player_start
Info player start.png
类型点实体
引擎金源 起源 起源2
可用性存在于所有的游戏中
 

Template:Entity它指示玩家将生成的位置和朝向方向。如果没有至少一个生成实体,大多数模组通常会在 (0, 0, 0) (worldspawn) 生成玩家。 Template:ModernNote

键值

角度:
Pitch Yaw Roll (Y Z X) <angle(en)>
这个实体在世界的方向。Pitch是围绕Y轴旋转,Yaw是围绕Z轴的旋转,Roll是围绕X轴的旋转。

标志

  •  [1] : Master (Has priority if multiple info_player_start entities exist) | 主实体 (如果有多个 info_player_start 实体存在则设置优先级)

另见