VScript: Difference between revisions
Jump to navigation
Jump to search
m (SFM has no Squirrel implementation, it is on TF2 and is irrelevant to the recent TF2 implementation) |
m ("Vscript" -> "VScript" in red link page name.) |
||
Line 19: | Line 19: | ||
{{tf2|4}} (in <code>vscript_test</code> branch) | {{tf2|4}} (in <code>vscript_test</code> branch) | ||
:[[TF2 | :[[TF2 VScript Examples|Script Examples]] | ||
:[[List of TF2 Script Functions|List of Script Functions]] | :[[List of TF2 Script Functions|List of Script Functions]] | ||
Revision as of 16:12, 5 November 2022
VScript, introduced in Left 4 Dead 2, 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 supported or could be in the near future:
Script files are read from /scripts/vscripts/
inside the game directory.
To learn how VScripts are used, see VScript Fundamentals.
Implementations
Squirrel
|
Lua
|
Python |