Advertisement
VaMinion

Get Methods

Jan 23rd, 2014
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. -- Quick little script that shows all methods available to a peripheral that's attached to the back of the computer.
  2. -- DO NOT RUN OVER MODEMS
  3. for i,v in ipairs(peripheral.getMethods("back")) do print(i..". "..v) end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement