Posted 10 March 2014 - 02:25 PM
Being new to ComputerCraft I'm going through the tutorials and will probably find issues with outdated code.
Example on the GPI API's tutorial page for Vectors it has this:
Which doesn't work. Through trial and error and going through form posts I found it works like this:
I was going to update the wiki but doesn't seem I have access too. I think someone should update it though. Would have saved me research time.
Example on the GPI API's tutorial page for Vectors it has this:
print("I am ", displacement.tostring(), " away from home!!!")
Which doesn't work. Through trial and error and going through form posts I found it works like this:
print("I am "..tostring(displacement).." away from home!!!")
I was going to update the wiki but doesn't seem I have access too. I think someone should update it though. Would have saved me research time.