VScript: Difference between revisions
Jump to navigation
Jump to search
(Added the List of ND Script Functions page link, and cleaned up the page a little.) |
Rayman1103 (talk | contribs) (→Implementations: Added Alien Swarm: Reactive Drop) |
||
Line 33: | Line 33: | ||
;{{game link|Contagion}} | ;{{game link|Contagion}} | ||
:[[List of Contagion Script Functions|List of Script Functions]] | :[[List of Contagion Script Functions|List of Script Functions]] | ||
;{{game link|Alien Swarm: Reactive Drop}} | |||
:[[List of Reactive Drop Script Functions|List of Script Functions]] | |||
;{{game link|Titanfall}} | ;{{game link|Titanfall}} |
Revision as of 19:01, 14 March 2018
Template:Otherlang2 VScript is a virtual machine for scripting that acts as an abstract binding layer between the Source engine and external scripts. According to the Alien Swarm SDK, the following scripting languages are, or could be supported in the near future:
Script files are placed and executed in scripts/vscripts/
inside the game folder.
Implementations
Squirrel
Lua
Portal 2 (Client/UI only)
- General Source 2
- Source 2 Animation System VScript API
Scripting Fundamentals
Main article Vscript Fundamentals