We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Short description of the thing
Wip
getPosition()
Returns the ship position
controller = peripheral.find("shipControlInterface") pos = controller.getPosition() println(pos["x"]) --Prints out the x position of the ship