Zh/Func ladder: Difference between revisions

From Valve Developer Community
< Zh
Jump to navigation Jump to search
m (Amicdict moved page Func ladder/zh-cn to Func ladder/zh: Zh-cn is not supported with {{MultiPage}}, zh is.)
mNo edit summary
Line 1: Line 1:
{{Language subpage|title=func_ladder}}
{{Language subpage}}
{{entity|func_ladder|type=e3}}
{{note|此实体自 Source SDK 2006 及更高版本以来不可用,并且在 ep1-2 系列中不起作用,即使将其添加到 base.fgd 也是如此。请改用 [[Func_useableladder]]。}}
{{note:zh-cn|此实体自 Source SDK 2006 及更高版本以来不可用,并且在 ep1-2 系列中不起作用,即使将其添加到 base.fgd 也是如此。请改用 [[Func_useableladder]]。}}
{{note|此实体在 {{csgo|4|suf=:zh-cn}} 中不起作用。请访问 [[Creating Ladders (CSGO)]] 寻求帮助。}}
{{note:zh-cn|此实体在 {{csgo|4|suf=:zh-cn}} 中不起作用。请访问 [[Creating Ladders (CSGO)]] 寻求帮助。}}


==实体描述==
==实体描述==

Revision as of 13:29, 30 July 2023

English (en)中文 (zh)Translate (Translate)
Note.png注意:此实体自 Source SDK 2006 及更高版本以来不可用,并且在 ep1-2 系列中不起作用,即使将其添加到 base.fgd 也是如此。请改用 Func_useableladder
Note.png注意:此实体在 反恐精英:全球攻势 反恐精英:全球攻势 中不起作用。请访问 Creating Ladders (CSGO) 寻求帮助。

实体描述

一个梯子。玩家将能够沿着这个刷子自由移动,就像它是一个梯子一样。如果您在地图中使用模型道具作为梯子的可视化表示,请将 toolsinvisibleladder 材质应用于 func_ladder 笔刷。

该实体没有键值、标志、输入或输出。


待完善: This template is currently using deprecated suf or {{Lang}}-based translations. Please use the main {{Code class}} instead, which uses {{Autolang}}.

在源代码中,它由 class CInfoLadder 代表,定义于 nav_ladder.cpp


Note.png注意:这是一个内部实体。 当地图由VBSP编译时,它将被处理然后被删除:当地图运行时它不存在

另见