rhn

peripheral get methods

rhn
Mar 20th, 2020
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. print("Getting peripheral methods from peripheral attached to the top")
  2. print("--------------------------------")
  3. for i,v in ipairs(peripheral.getMethods("top"))
  4.   do print(i..". "..v)
  5. end
Add Comment
Please, Sign In to add comment