This article relates to the game "Half-Life: Alyx". Click here for more information.
This article relates to the workshop tools for "Half-Life: Alyx". Click here for more information.
This article's documentation is for Source 2. Click here for more information.

Half-Life: Alyx Workshop Tools/Lua Scripting

From Valve Developer Community
< Half-Life: Alyx Workshop Tools
Revision as of 21:27, 27 May 2020 by Deprecated (talk | contribs) (Added HLATools page template)
Jump to navigation Jump to search

Half-Life: Alyx, like other source titles, is able to use Lua scripts natively when building custom levels using the Hammer editor. Scripts can be used for a variety of things including creating new game modes, weapons and other types of complicated logic.

Note.pngNote: As HL: Alyx is a relatively new game, some API functions have not yet been implemented (see scripting api). This may affect the possible scope of your scripts

Introduction to Source 2 Vscript

Resources