colobot-data/help/cbot/E/flatspace.txt

27 lines
995 B
Plaintext
Raw Normal View History

2015-07-27 11:40:50 +00:00
\b;Instruction \c;flatspace\n;
Syntax:
\s;\c;flatspace ( center, flatmin, rmin, rmax, dist );\n;
Determines the position of the nearest free space with at least \c;flatmin\n; of flat ground around a given position. Works similar to \c;\l;space();\u cbot\space;\n;. Useful for finding a place for a \l;building\u cbot\category;.
\t;center: \c;\l;point\u cbot\point;\n;
Desired position of the free space.
\t;flatmin: \c;\l;float\u cbot\float;\n;
Minimum radius of flat ground around the desired position.
\t;rmin: \c;\l;float\u cbot\float;\n; (default value: \c;8\n;)
Minimum distance from the desired position.
\t;rmax: \c;\l;float\u cbot\float;\n; (default value: \c;50\n;)
Maximum distance from the desired position.
\t;dist: \c;\l;float\u cbot\float;\n; (default value: \c;4\n;)
Required distance between two free spaces.
\t;Return: \c;\l;point\u cbot\point;\n;
Position of the free space.
\t;See also
\l;Programming\u cbot;, \l;types\u cbot\type; and \l;categories\u cbot\category;.