这篇条目有关 Source引擎。如需详情,点击这里。

Zh/Info player start: Difference between revisions

From Valve Developer Community
< Zh
Jump to navigation Jump to search
m (→‎top: Unicodifying, replaced: {{language subpage → {{langsp)
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
Line 10: Line 10:
}}
}}


{{this is a|suf=:zh-cn|e0|name=info_player_start}}它指示玩家将生成的位置和朝向方向。如果没有至少一个生成实体,大多数模组通常会在 <code style=padding:0>(0, 0, 0)</code> ([[worldspawn]]) 生成玩家。
{{this is a|point entity|suf=:zh-cn|name=info_player_start}}它指示玩家将生成的位置和朝向方向。如果没有至少一个生成实体,大多数模组通常会在 <code style=padding:0>(0, 0, 0)</code> ([[worldspawn]]) 生成玩家。
{{note|suf=:zh-cn|在 {{csgo}} 中未使用。}}
{{note|suf=:zh-cn|在 {{csgo}} 中未使用。}}



Revision as of 20:09, 17 May 2024

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

info_player_start是一个点实体(en),可在所有的 起源 起源 游戏中使用。它指示玩家将生成的位置和朝向方向。如果没有至少一个生成实体,大多数模组通常会在 (0, 0, 0) (worldspawn) 生成玩家。

Note.png注意:反恐精英:全球攻势 中未使用。

键值

角度:
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 实体存在则设置优先级)

另见