VScript

From Valve Developer Community
Revision as of 16:11, 1 November 2017 by Kidnation (talk | contribs) (Added the List of ND Script Functions page link, and cleaned up the page a little.)
Jump to navigation Jump to search

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

Left 4 Dead 2 Left 4 Dead 2
Scripting
Director Scripts
Script Examples
List of Script Functions
Nuclear Dawn Nuclear Dawn
List of Script Functions
Alien Swarm Alien Swarm
Portal 2 Portal 2
List of Script Functions
Counter-Strike: Global Offensive Counter-Strike: Global Offensive
List of Script Functions
Script Examples
Contagion Contagion
List of Script Functions
Titanfall Titanfall

Lua

Portal 2 Portal 2 (Client/UI only)
Dota 2 Dota 2
Scripting
Scripting API
Destinations
Scripting
Scripting API
General Source 2
Source 2 Animation System VScript API

Scripting Fundamentals

Main article Vscript Fundamentals


See also