Changes between Version 13 and Version 14 of ProtocolOne


Ignore:
Timestamp:
Jun 10, 2011 10:20:48 AM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolOne

    v13 v14  
    22
    33= Live Functions =
    4  '''Server Actions'''
     4 '''[[ProtocolZero]] Actions'''
    55  {{{move(double dir, double dist, double speed, int obstacles, int priority)}}}
    66   Moves by ''dist'' towards the ''dir'' direction at ''speed'' quickness. ''obstacles'' indicates whether the bot automatically maneuvers past simple obstacles.
     
    2626  {{{skip(int priority)}}}
    2727   Skips the next AI game frame. For more information, see wiki:sk.
    28  '''Server Queries'''
     28 '''[[ProtocolZero]] Queries'''
    2929  {{{currentHealth(int priority)}}}
    3030   Returns Quagent's current health.
     
    3939  {{{facing(int priority)}}}
    4040   Returns the Quagent's current direction vector.
    41  '''wiki:ProtocolOne Actions (compound functions)'''
     41 '''[[ProtocolOne]] Actions (compound functions)'''
    4242  {{{rotateMove(double rot, double azi, double dist, double speed, int obstacles, int priority)}}}
    4343   Rotates by ''rot''ational and ''azi''muthal angles to face a new direction, then moves in that direction for ''dist''.