home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2001 November / Gamestar_34_2001-11_cd1.bin / PATCHE / colobotpatch17e.exe / english / help / cbot / space.txt < prev    next >
Text File  |  2001-09-14  |  769b  |  24 lines

  1. \b;Instruction \c;space\n;
  2. Syntax :
  3. \s;\c;space ( center, rmin, rmax, dist );\n;
  4.  
  5. Determines the position of the nearest free space around a given position.
  6.  
  7. \t;center: \c;\l;point\u cbot\point;\n; (default: bot position)
  8. Desired position of the free space.
  9.  
  10. \t;rmin: \c;\l;float\u cbot\float;\n; (default value: \c;8\n;)
  11. Minimum distance from the desired position.
  12.  
  13. \t;rmax: \c;\l;float\u cbot\float;\n; (default value: \c;50\n;)
  14. Maximum distance from the desired position.
  15.  
  16. \t;dist: \c;\l;float\u cbot\float;\n; (default value: \c;4\n;)
  17. Required distance between two free spaces.
  18.  
  19. \t;Return: \c;\l;point\u cbot\point;\n;
  20. Position of the free space.
  21.  
  22. \t;See also
  23. \l;Programming\u cbot;, \l;types\u cbot\type; and \l;categories\u cbot\category;.
  24.