Bump auxlua to 1.0.0 (#68729)

* Bump auxlua to 1.0.0

* This should be automated at some point, but meh

* Fix caps diff
This commit is contained in:
Mothblocks
2022-07-26 21:12:14 -07:00
committed by GitHub
parent 98c8cfc91d
commit cb24aa4cb5
3 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -36,7 +36,10 @@ Equivalent to DM's `list[index] = value`
Equivalent to DM's `list.Add(value)`
### list:to_table()
Converts a DM list into a Lua table.
Converts a DM list into a lua table.
### list:of_type(type_path)
Will extract only values of type `type_path`.
---