VScript: Difference between revisions
Jump to navigation
Jump to search
m (I've investigated Portal 2's lua files and there isn't anything that actually uses those files (i've read thru client.dll to verify this). Source 2 leftover?) |
(Add Dino D-Day) |
||
Line 86: | Line 86: | ||
{{jbep3|4}} | {{jbep3|4}} | ||
:[[List of Jabroni Brawl: Episode 3 Script Functions|List of Script Functions]] | :[[List of Jabroni Brawl: Episode 3 Script Functions|List of Script Functions]] | ||
{{ddd|4}} | |||
:[[Dino D-Day/Scripting/Script Functions|List of Server Functions]] | |||
|style=padding-right:2em| | |style=padding-right:2em| | ||
Revision as of 10:05, 7 August 2025
VScript, introduced since Left 4 Dead 2 and later backported to
Team Fortress 2 (and other games on its branch), is a virtual machine for scripting that acts as an abstract binding layer between the
Source and
Source 2 engine and external scripts. According to the
Alien Swarm - SDK, the following scripting languages are supported or could be in the near future:
Implementations
Squirrel
|
Lua
|
Python
|
See also
- VScript Fundamentals
- List of Script Libraries
- Entity Scripts
- logic_script (entity)
- script, script_execute (console command)