mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
alias for color type and added read() to globals
This commit is contained in:
parent
b75d482f4a
commit
8b307ea030
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -10,6 +10,7 @@
|
|||||||
"textutils",
|
"textutils",
|
||||||
"shell",
|
"shell",
|
||||||
"settings",
|
"settings",
|
||||||
"window"
|
"window",
|
||||||
|
"read"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,10 @@ local types = {}
|
|||||||
---@field reactor integer
|
---@field reactor integer
|
||||||
---@field rsio table|nil
|
---@field rsio table|nil
|
||||||
|
|
||||||
|
-- ALIASES --
|
||||||
|
|
||||||
|
---@alias color integer
|
||||||
|
|
||||||
-- ENUMERATION TYPES --
|
-- ENUMERATION TYPES --
|
||||||
|
|
||||||
---@alias TRI_FAIL integer
|
---@alias TRI_FAIL integer
|
||||||
|
Loading…
Reference in New Issue
Block a user