\b;Instruction \c;canbuild\n;
The instruction \c;canbuild();\n; lets you know if \l;Builders\u object\botbr;, \l;Me\u object\human; or \l;Tech\u object\human; can build a building of a given \l;category\u cbot\category;.

\b;Utilisation courante
Elle aide à éviter des erreurs lors de l'exécution des programmes lors de l'exécution de l'instruction \c;\l;build();\u cbot\build;\n;. En voici un exemple :
\c;
\s; \l;if\u cbot\if; (canbuild(\l;BotFactory\u object\factory;))
\s; {
\s; 	build(\l;BotFactory\u object\factory;);
\s; }
\n;
\b;Pour spécialistes
Syntaxe:
\s;\c;canbuild ( cat );\n;

\t;cat: \c;\l;int\u cbot\int;\n;
\l;Category\u cbot\category; of a building.

\t;Type du retour: \c;\l;booléen (bool)\u cbot\bool;\n;
\c;true\n; si le bâtiment peut être construit, \c;false\n; sinon.

\t;Voir aussi
\c;\l;build\u cbot\build;\n;, \c;\l;buildingenabled\u cbot\buildingenabled;\n;.
\l;Programming\u cbot;, \l;types\u cbot\type; and \l;categories\u cbot\category;.
