\b;Instruction \c;flatspace\n;
Syntaxe:
\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;
Position centrale autour de laquelle la recherche est effectuée.

\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; (\c;10\n; par défaut)
Rayon minimal à partir duquel la recherche est effectuée.

\t;rmax: \c;\l;float\u cbot\float;\n; (\c;50\n; par défaut)
Rayon maximal après lequel la recherche est stoppée.

\t;dist: \c;\l;float\u cbot\float;\n; (\c;4\n; par défaut)
Distance requise entre deux emplacements libres.

\t;Valeur retournée: \c;\l;point\u cbot\point;\n;
Position libre.

\t;Voir aussi
\l;Programmation\u cbot;, \l;types\u cbot\type; et \l;catégories\u cbot\category;.
