Skip to content

Features

illuc edited this page Dec 6, 2023 · 1 revision

Blocks

Ship Control Interface

Short description of the thing

Usage guide

Wip

Peripheral functions

getPosition()

Returns the ship position

controller = peripheral.find("shipControlInterface")
pos = controller.getPosition()
println(pos["x"])
--Prints out the x position of the ship