VScript: Difference between revisions
Jump to navigation
Jump to search
Thunder4ik (talk | contribs) m (→See also: Unicodifying, replaced: See Also → See also) |
|||
Line 28: | Line 28: | ||
:[[List of Portal 2 Script Functions|List of Script Functions]] | :[[List of Portal 2 Script Functions|List of Script Functions]] | ||
{{P2ce|4}} | |||
:Vscript documentation is covered on its wiki: [https://wiki.stratasource.org/p2ce/vscript/overview Vscript API Reference] | |||
{{sfm|4}} | {{sfm|4}} | ||
:{{tf2}} Only exists on the SFM build of TF2. No TF2 or SFM-specific API. Unused. | :{{tf2}} Only exists on the SFM build of TF2. No TF2 or SFM-specific API. Unused. |
Revision as of 13:51, 9 January 2024
VScript, introduced since 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 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)