VScript: Difference between revisions
Jump to navigation
Jump to search
(→Python {{python}}: - according to gameinfo.txt, TF2 seems to have Python support or something, not sure if this is new or not but it's there on 64-bit branch.) |
|||
Line 83: | Line 83: | ||
===Python {{python}}=== | ===Python {{python}}=== | ||
;{{Tf2|4}} | |||
;{{sfm|4}} | ;{{sfm|4}} | ||
:[[SFM/Scripting_with_Python|Scripting/Rigging]] | :[[SFM/Scripting_with_Python|Scripting/Rigging]] |
Revision as of 03:44, 10 February 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)