Advertisement
EliteAnax17

list functions

Sep 27th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. -- list functions v0.1
  2.  
  3. local tArgs = { ... }
  4. local side = tArgs[1]
  5.  
  6. tPer = peripheral.getMethods("cofh_thermalexpansion_energycell_0")
  7.  
  8. for i = 1, #tPer, 1 do
  9. print(tPer[i])
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement