Changes between Version 25 and Version 26 of ProtocolOne
- Timestamp:
- Jun 10, 2011 11:38:34 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolOne
v25 v26 88 88 Finds the maximum direction, and then rotates to face it. Does not return anything. 89 89 {{{findEntityDirection(int entityid, int priority)}}} 90 Directly returns the direction of the specified entityid . Returns -1 if nothing found.90 Directly returns the direction of the specified entityid, in the form of [rotational,azimuthal]. Returns -1 if nothing found. 91 91 {{{faceEntityDirection(int entityid, int priority)}}} 92 92 Finds the direction of specified entity, then rotates to face this direction. 93 {{{gotoEntity(int entityid, double speed, int obstacles, int priority)}} 94 Moves to the specified entity. using the specified ''speed''. 93 95 {{{showImage(int priority)}}} 94 96 Displays a depth mapping representing the bot's current "sight".