alias for color type and added read() to globals
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user