MatthewGB

GetMethods

Feb 27th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. local side = ...
  2. local methods = peripheral.getMethods(side)
  3.  
  4. for i = 1, #methods do
  5.   print( i.." = "..methods[i] )
  6. end
Add Comment
Please, Sign In to add comment