VScript: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 47: | Line 47: | ||
:[[List of ND Script Functions|List of Script Functions]] | :[[List of ND Script Functions|List of Script Functions]] | ||
{{ | {{titanfall|4}} | ||
{{asrd|4}} | {{asrd|4}} | ||
Line 58: | Line 58: | ||
:[[List of Jabroni Brawl: Episode 3 Script Functions|List of Script Functions]] | :[[List of Jabroni Brawl: Episode 3 Script Functions|List of Script Functions]] | ||
|style=padding-right:2em| | |style=padding-right:2em| | ||
===Lua {{lua}}=== | ===Lua {{lua}}=== | ||
{{portal2|4}} (Client/UI only) | {{portal2|4}} (Client/UI only) |
Revision as of 03:45, 14 March 2023
VScript, introduced in Left 4 Dead 2 and later backported to
Team Fortress 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 |
See Also
- List of Script Libraries
- Entity Scripts
- logic_script (entity)
- script, script_execute (console command)