VScript: Difference between revisions
Jump to navigation
Jump to search
(For now, clarified that the TF2 VScript is in another branch) |
m (SFM has no Squirrel implementation, it is on TF2 and is irrelevant to the recent TF2 implementation) |
||
Line 34: | Line 34: | ||
{{sfm|4}} | {{sfm|4}} | ||
:No SFM-specific API. Unused. | :{{tf2}} Only exists on the SFM build of TF2. No TF2 or SFM-specific API. Unused. | ||
{{csgo|4}} | {{csgo|4}} |
Revision as of 07:01, 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 |