Hi, Jeff,
sorry for the awfully late answer ... somehow i missed your post.
You can find it in the Ceebot help texts, when you type "object" in the program editor, and then click on the word "object" that appears in the line at the bottom of the editor. This opens the respective help text.
From the German version:
int object.category Kategorie des Objekts
point object.position Position des Objekts (x,y,z)
point object.speed Geschwindigkeit des Objekts (x,y,z)
float object.orientation Ausrichtung (Gierwinkel) des Objekts
float object.pitch Nickwinkel des Objekts
float object.roll Rollwinkel des Objekts
float object.energyLevel Energievorrat (0..1)
float object.shieldLevel Schaden (verkehrt) (0..1)
float object.temperature Triebwerktemperatur (0..1)
float object.altitude Flughöhe über Grund
float object.lifeTime Alter des Objekts
object object.energyCell Batterie des Roboters
object object.load Vom Roboter getragener Gegenstand
hope this helps
Martin
|