[MIRROR] Bump auxlua to 1.0.0 (#68729) (#15488)

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

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
GoldenAlpharex
2022-08-08 23:37:27 -04:00
committed by GitHub
parent 30470483c4
commit 59c5a3c059
3 changed files with 5 additions and 2 deletions

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`.
---