Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local component = require("component")
- local t = component.list()
- print("Component Type ; Address")
- for address,componentType in pairs(t) do
- print(componentType .." ; " .. address)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement