VScript: Difference between revisions
Jump to navigation
Jump to search
Dazainerau (talk | contribs) No edit summary |
m (Updated links and references to SteamVR Home) |
||
Line 49: | Line 49: | ||
:[[Dota_2_Workshop_Tools/Scripting/API|Scripting API]] | :[[Dota_2_Workshop_Tools/Scripting/API|Scripting API]] | ||
;[[ | ;[[SteamVR/Environments|SteamVR Home]] | ||
:[[ | :[[SteamVR/Environments/Scripting|Scripting]] | ||
:[[ | :[[SteamVR/Environments/Scripting/API|Scripting API]] | ||
:[[SteamVR/Environments/Scripting/Custom Tool Creation|Scripted Tool Creation]] | |||
:[[SteamVR/Environments/Scripting/Flashlight Tool Tutorial|Scripted Flashlight Tool Tutorial]] | |||
;General Source 2 | ;General Source 2 |
Revision as of 09:05, 23 June 2019
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
Python
Scripting Fundamentals
Main article Vscript Fundamentals