Skip to content

Commit e399c9f

Browse files
Add HLA-VScript addon (#213)
* Add HLA-VScript addon * chore: Update Addon Metadata --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6a44b2f commit e399c9f

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,6 @@
209209
[submodule "addons/umbrella-unstable/module"]
210210
path = addons/umbrella-unstable/module
211211
url = https://github.com/demiurgeQuantified/UmbrellaAddon-Unstable
212+
[submodule "addons/HLA-VScript/module"]
213+
path = addons/HLA-VScript/module
214+
url = https://github.com/FrostSource/HLA-VScript.git

addons/HLA-VScript/info.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Half Life Alyx VScript API",
3+
"description": "Definitions for the Half Life Alyx Lua API.",
4+
"size": 217875,
5+
"hasPlugin": false
6+
}

addons/HLA-VScript/module

Submodule module added at 2708be3

0 commit comments

Comments
 (0)