NielsUtrecht

openp ae interface

Sep 6th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local tank= peripheral.wrap("left")
  2.  
  3. local tableInfo = tank.getTanks("left")
  4. for key, value in pairs(tableInfo[1]) do
  5. print(key .. " = " .. tostring(value))
  6. end
Advertisement
Add Comment
Please, Sign In to add comment