mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 10:35:41 +01:00
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:
Executable → Regular
@@ -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`.
|
||||
|
||||
---
|
||||
|
||||
|
||||
+1
-1
@@ -24,4 +24,4 @@ export PYTHON_VERSION=3.7.9
|
||||
export AUXLUA_REPO=tgstation/auxlua
|
||||
|
||||
#auxlua git tag
|
||||
export AUXLUA_VERSION=0.2.1
|
||||
export AUXLUA_VERSION=1.0.0
|
||||
|
||||
Reference in New Issue
Block a user