VScript
From Valve Developer Community
Revision as of 16:05, 23 June 2019 by Rectus (talk | contribs) (Updated links and references to SteamVR Home)
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
- Alien Swarm: Reactive Drop
- List of Script Functions
Lua
Portal 2 (Client/UI only)
- General Source 2
- Source 2 Animation System VScript API
Python
Scripting Fundamentals
Main article Vscript Fundamentals