Ru/VScript: Difference between revisions
< Ru
Jump to navigation
Jump to search
m (Nesciuse moved page VScript/ru to Ru/VScript over redirect: Language prefixes) |
m (Multipage removal) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar|title = VScript}} | ||
{{finishtranslation}} | {{finishtranslation}} | ||
'''VScript''' представляет собой виртуальную машину для выполнения сценариев, которые действуют между движком Source и внешних скриптов.Начиная с {{Game link|Alien Swarm SDK}}, поддерживаются, или будут поддерживаться такие языки программирования, как: | '''VScript''' представляет собой виртуальную машину для выполнения сценариев, которые действуют между движком Source и внешних скриптов.Начиная с {{Game link|Alien Swarm SDK}}, поддерживаются, или будут поддерживаться такие языки программирования, как: | ||
Line 14: | Line 15: | ||
|- style=vertical-align:top | |- style=vertical-align:top | ||
|style=padding-right:2em| | |style=padding-right:2em| | ||
=== | ==={{L|Squirrel}} {{sq}}=== | ||
;{{l4d2|4}} | ;{{l4d2|4}} | ||
:[[L4D2 Vscripts|Скриптинг]] {{en}} | :[[L4D2 Vscripts|Скриптинг]] {{en}} | ||
:[[L4D2_Director_Scripts | Скрипты создателей]] {{en}} | :[[L4D2_Director_Scripts | Скрипты создателей]] {{en}} | ||
: | :{{L|L4D2 Vscript Examples|Примеры скриптов}} | ||
:[[Left 4 Dead 2/Script Functions | Список функций]] {{en}} | :[[Left 4 Dead 2/Script Functions | Список функций]] {{en}} | ||
Line 24: | Line 25: | ||
;{{Portal2|4}} | ;{{Portal2|4}} | ||
: | :{{L|List of Portal 2 Script Functions|Список функций}} | ||
;{{Sfm|4}} | ;{{Sfm|4}} | ||
Line 30: | Line 31: | ||
;{{csgo|4}} | ;{{csgo|4}} | ||
: | :{{L|List of Counter-Strike: Global Offensive Script Functions|Список функций}} | ||
:[[Listening to Game Events in CS:GO]]{{en}} | :[[Listening to Game Events in CS:GO]]{{en}} | ||
: | :{{L|CSGO VScript Examples|Примеры скриптов}} | ||
;{{con|4}} | ;{{con|4}} | ||
Line 53: | Line 54: | ||
;{{Dota2|4}} | ;{{Dota2|4}} | ||
: | :{{L|Dota 2 Workshop Tools/Scripting|Скриптинг}} | ||
: | :{{L|Dota 2 Workshop Tools/Scripting/API|Scripting API}} | ||
;{{vRHome|4}} | ;{{vRHome|4}} | ||
: | :{{L|SteamVR/Environments/Scripting|Скриптинг}} | ||
: | :{{L|SteamVR/Environments/Scripting/API|Scripting API}} | ||
: | :{{L|SteamVR/Environments/Scripting/Custom Tool Creation|Scripted Tool Creation}} | ||
: | :{{L|SteamVR/Environments/Scripting/Flashlight Tool Tutorial|Scripted Flashlight Tool Tutorial}} | ||
{{hla|4}} | {{hla|4}} | ||
: | :{{L|Half-Life:_Alyx_Workshop_Tools/Lua_Scripting|Скриптинг}} | ||
: | :{{L|Half-Life: Alyx Workshop Tools/Scripting API|Scripting API}} | ||
;{{Source2|4}} | ;{{Source2|4}} | ||
Line 75: | Line 76: | ||
==Смотрите также== | ==Смотрите также== | ||
* | *{{L|Vscript Fundamentals}} | ||
*[[Entity Scripts]] {{en}} | *[[Entity Scripts]] {{en}} | ||
*{{ent|logic_script}} | *{{ent|logic_script}} | ||
{{ACategory|VScript}} | |||
{{ACategory|Technical}} | |||
{{ACategory|Scripting}} |
Latest revision as of 12:03, 12 July 2024

This page has not been fully translated.
You can help by finishing the translation.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.
You can help by finishing the translation.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.
VScript представляет собой виртуальную машину для выполнения сценариев, которые действуют между движком Source и внешних скриптов.Начиная с Alien Swarm SDK , поддерживаются, или будут поддерживаться такие языки программирования, как:
Файлы скриптов размещаются в /scripts/vscripts/
и выполняются в папке с игрой.
Реализации
Squirrel
|
Lua
|
Python |