Untitled

 avatar
unknown
plain_text
a year ago
206 B
4
Indexable
-- Wrap the colony peripheral
local colony = peripheral.wrap("top")

-- List available methods
local methods = peripheral.getMethods("top")
for i, method in ipairs(methods) do
    print(method)
end
Editor is loading...
Leave a Comment