Zh/Env effectscript: Difference between revisions
< Zh
Jump to navigation
Jump to search
m (Using L template for links) |
m (→Inputs: Substituted IO templates) |
||
| Line 8: | Line 8: | ||
==Inputs== | ==Inputs== | ||
{{ | {{I|SetSequence|Sets the script model's sequence.|param=string}} | ||
==See also== | ==See also== | ||
*{{L|Creating an Effectscript model}} | *{{L|Creating an Effectscript model}} | ||
*{{L|Particle System Overview}} | *{{L|Particle System Overview}} | ||
Latest revision as of 10:27, 21 April 2025
| CEnvEffectsScript |
env_effectscript是一个点实体,可在所有的
起源 游戏中使用。允许通过脚本文件来编程特殊视觉效果的实体。在d1_trainstation_05
有2个此实体。
键值
- Script Model
(model)<模型文件路径> - 使用的模型文件。默认是
models/Effects/teleporttrail.mdl.
- Script File
(scriptfile)<字符串> - 给此模型使用的脚本文件。默认是
scripts/effects/testeffect.txt.
Inputs
- SetSequence <字符串>
- Sets the script model's sequence.