Skip to content

CC-Hive/LAMA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Lama Usage:

if not lama then --check if the api is loaded.  Bad things happen if it is.
  os.loadAPI( "lama" ) --load the api
  lama.overwrite() --overwrite _G.turtle, will overwrite a table instead if given one
end

--use turtle commands normally, _G.turtle has been overwritten

--Get the position of the turtle
local x, y, z, facing = lama.getPosition() 

--Set the position of the turtle (facing is optional)
lama.setPosition( x, y, z[, facing] )

For more information:

http://github.com/KingofGamesYami/LAMA/wiki

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%