Zh/VScript: Difference between revisions
< Zh
Jump to navigation
Jump to search
m (Kr0tchet moved page VScript:zh-cn to VScript/zh: Moving page to add MultiPage on main page.) |
(Removing unnecessary stuff that Autolang and MultiPage has largely replaced it.) |
||
| Line 1: | Line 1: | ||
{{ | {{langsp|title=VScript}} | ||
本页面内容由[//steamcommunity.com/id/utagawashii/ Dazai Nerau]译自[[VScript|英文版页面]]. 欢迎任何人补充新内容或者修改其中的错误。 | 本页面内容由[//steamcommunity.com/id/utagawashii/ Dazai Nerau]译自[[VScript|英文版页面]]. 欢迎任何人补充新内容或者修改其中的错误。 | ||
---- | ---- | ||
| Line 13: | Line 13: | ||
脚本文件放置于游戏目录内的 <code>scripts/vscripts/</code> 文件夹中。 | 脚本文件放置于游戏目录内的 <code>scripts/vscripts/</code> 文件夹中。 | ||
要了解如何使用 VScript,请参阅 [[VScript Fundamentals | 要了解如何使用 VScript,请参阅 [[VScript Fundamentals|VScript 基本原理]]{{zh-cn}}。 | ||
==实现== | ==实现== | ||
| Line 21: | Line 21: | ||
===[[Squirrel]] {{sq}}=== | ===[[Squirrel]] {{sq}}=== | ||
{{l4d2|4}} | {{l4d2|4}} | ||
:[[L4D2 Vscripts | :[[L4D2 Vscripts|脚本介绍]]{{zh-cn}} | ||
:[[L4D2_Director_Scripts | :[[L4D2_Director_Scripts|导演脚本]]{{zh-cn}} | ||
:[[L4D2 Vscript Examples|脚本范例]] | :[[L4D2 Vscript Examples|脚本范例]] | ||
:[[Left 4 Dead 2/Script Functions|脚本API列表]] | :[[Left 4 Dead 2/Script Functions|脚本API列表]] | ||
| Line 83: | Line 83: | ||
==推荐阅读== | ==推荐阅读== | ||
*[[Entity_Scripts | *[[Entity_Scripts|实体脚本]]{{zh-cn}} | ||
*[[Logic_script|logic_script]] | *[[Logic_script|logic_script]] | ||
Revision as of 22:50, 22 June 2023
本页面内容由Dazai Nerau译自英文版页面. 欢迎任何人补充新内容或者修改其中的错误。
VScript,在
求生之路2 中引入,是一种用于脚本编程的虚拟机,它在
起源 引擎和外部脚本之间充当一个抽象的绑定层。根据 Alien Swarm SDK 我们可以推知,以下的脚本语言已经或者在不久的将来能够得到支持:
脚本文件放置于游戏目录内的 scripts/vscripts/ 文件夹中。
要了解如何使用 VScript,请参阅 VScript 基本原理
This article has been marked as a candidate for speedy deletion for the following reason:
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.
Use {{Flag|zh}} instead.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourselfAdministrators / Moderators - Remember to check if anything links here and the page history before deleting.
。
实现
Squirrel
|
Lua
|
Python |
推荐阅读
This article has been marked as a candidate for speedy deletion for the following reason:
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.
Use {{Flag|zh}} instead.
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourselfAdministrators / Moderators - Remember to check if anything links here and the page history before deleting.