\b;Instruction \c;buildingenabled\n;
The instruction \c;buildingenabled();\n; lets you know if a building of a given \l;category\u cbot\category; can be built during current mission.

\b;Basic use
It is similar to the \c;\l;canbuild();\u cbot\canbuild;\n; instruction. However, it does not check if a required research has been done.
\c;
\s; \l;if\u cbot\if; (buildingenabled(\l;BotFactory\u object\factory;))
\s; {
\s; 	build(\l;BotFactory\u object\factory;);
\s; }
\n;
\b;For specialists
Syntax:
\s;\c;buildingenabled ( cat );\n;

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

\t;Return value: \c;\l;bool\u cbot\bool;\n;
\c;true\n; if the building can be built, \c;false\n; otherwise.

\t;See also
\c;\l;build\u cbot\build;\n;, \c;\l;canbuild\u cbot\canbuild;\n;.
\l;Programming\u cbot;, \l;types\u cbot\type; and \l;categories\u cbot\category;.
