Gps (program)

From ComputerCraft Wiki
Revision as of 22:18, 14 March 2012 by StoneLeaf (Talk | contribs) (Page creation)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

gps is a stock program designed to make use of the positioning capabilities introduced in ComputerCraft 1.31.


Usage

Method name Description
gps host The computer will act as a gps host.

The computer's own location is retrieved using the gps.

gps host <x> <y> <z> The computer will act as a gps host.

You manually provide the computer's own location (x, y and z).

gps locate It will try to retrieve the computer or turtle own location.