Skip to content

Link Turtle API

DJ edited this page Jul 17, 2025 · 1 revision

raycast(double reach)

Will raycast forwards for the amount of reach, limited to 5

raycastUp(double reach)

Will raycast up for the amount of reach, limited to 5

raycastDown(double reach)

same as the other 2, just down

list()

Will return the turtles entire inventory (excluding equiped peripherals/tools) in 1 table.

getDirection()

Will return a direction in a string, for example "north".

Clone this wiki locally