Changes between Version 13 and Version 14 of ProtocolOne
- Timestamp:
- Jun 10, 2011 10:20:48 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolOne
v13 v14 2 2 3 3 = Live Functions = 4 ''' ServerActions'''4 '''[[ProtocolZero]] Actions''' 5 5 {{{move(double dir, double dist, double speed, int obstacles, int priority)}}} 6 6 Moves by ''dist'' towards the ''dir'' direction at ''speed'' quickness. ''obstacles'' indicates whether the bot automatically maneuvers past simple obstacles. … … 26 26 {{{skip(int priority)}}} 27 27 Skips the next AI game frame. For more information, see wiki:sk. 28 ''' ServerQueries'''28 '''[[ProtocolZero]] Queries''' 29 29 {{{currentHealth(int priority)}}} 30 30 Returns Quagent's current health. … … 39 39 {{{facing(int priority)}}} 40 40 Returns the Quagent's current direction vector. 41 ''' wiki:ProtocolOneActions (compound functions)'''41 '''[[ProtocolOne]] Actions (compound functions)''' 42 42 {{{rotateMove(double rot, double azi, double dist, double speed, int obstacles, int priority)}}} 43 43 Rotates by ''rot''ational and ''azi''muthal angles to face a new direction, then moves in that direction for ''dist''.