1
0
mirror of https://github.com/kepler155c/opus synced 2025-01-01 03:10:28 +00:00

turtle status

This commit is contained in:
kepler155c@gmail.com 2019-02-21 02:03:41 -05:00
parent ab4fd29d16
commit fc46239f44

View File

@ -345,6 +345,9 @@ function turtle.set(args)
elseif k == 'moveCallback' then
turtle.setMoveCallback(v)
elseif k == 'status' then
turtle.setStatus(v)
else
error('Invalid turle.set: ' .. tostring(k))
end