From 9d4cff25e1bdfc0438aa90ff89cd375cb231a35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Fri, 14 Mar 2014 01:25:13 -0700 Subject: [PATCH] Updated API Robot (markdown) --- API-Robot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-Robot.md b/API-Robot.md index 80c1332..3d64952 100644 --- a/API-Robot.md +++ b/API-Robot.md @@ -1,4 +1,4 @@ -This API abstracts the computer component of a robot to allow more intuitive interaction with it. This means it is really just a very thin wrapper. This API is only loaded when the computer is actually a robot. Note that it is still in the ROM file system for normal computers, it just isn't automatically loaded. +This API abstracts the computer component of a robot to allow more intuitive interaction with it. This means it is really just a very thin wrapper. This API is only available when the computer is actually a robot. - `robot.level(): number` Gets the current level of the robot, with the fractional part being the percentual progress towards the next level. For example, if this is `1.5`, then the robot is level one, and 50% towards achieving level two.