Changes between Version 26 and Version 27 of ProtocolOne
- Timestamp:
- Jun 10, 2011 12:36:51 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolOne
v26 v27 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)}} 93 {{{gotoEntity(int entityid, double speed, int obstacles, int priority)}}} 94 94 Moves to the specified entity. using the specified ''speed''. 95 {{{followEntity(int entityid, double speed, int obstacles, long duration, int priority)}}} 96 Follows the specified entity for ''duration''. 95 97 {{{showImage(int priority)}}} 96 98 Displays a depth mapping representing the bot's current "sight".