\b;Instruction \c;takeoff\n;
Syntax:
\s;\c;\l;object\u cbot\object;.takeoff ( );\n;

Takes off the spaceship.

\t;\l;object\u cbot\object;
\l;SpaceShip\u object\base;

\t;Rückgabe: \c;\l;int\u cbot\int;\n;
Normally an error stops the program. You can prevent the program from stopping on errors by using the \c;\l;errmode\u cbot\errmode;(0)\n; instruction. A value different from zero if an error occurred is then returned by \c;takeoff()\n;.
\c;== 0 \n;Spaceship takes off
\c;!= 0 \n;Spaceship could not take off (e.g. mission is not finished yet)

\t;Siehe auch
Die \l;CBOT-Sprache\u cbot;, \l;Variablentypen\u cbot\type; und \l;Kategorien\u cbot\category;.
