\b;Anweisung \c;aim\n;
Syntax:
\s;\c;aim ( y, x );\n;

This instruction sets the vertical and the horizontal angle of the cannon. The following robots are equipped with a cannon: 
o  \l;Shooter\u object\botfr;
o  \l;Orgashooter\u object\botor;
o  \l;Phazershooter\u object\botphaz;

When controlling the robot through programming, the gun can be also turned left or right by turning the whole robot with the instruction \c;\l;turn\u cbot\turn;\n;.

\t;y: \c;\l;float\u cbot\float;\n;
Gewünschter Winkel der Kanone in Grad relativ zum Roboter. Ein positiver Winkel dreht die Kanone nach oben. Für \l;Shooter\u object\botfr; und \l;Orgashooter\u object\botor; muss der Winkel zwischen \c;-20\n; und \c;+10\n; Grad liegen. Für einen \l;Phazershooter\u object\botphaz; liegt der Bereich zwischen \c;-20\n; und \c;+45\n; Grad.

\t;x: \c;\l;float\u cbot\float;\n; (default value: \c;0\n;)
Angle in degrees of the gun relative to the robot. A positive value orients the gun to the right. The angle must range from \c;-40\n; to \c;+40\n; degrees for all shooters.

\t;Rückgabe: \c;\l;int\u cbot\int;\n;
Null wenn alles i.O., ein Wert verschieden von Null wenn die Ausrichtung nicht ausgeführt werden konnte: 
\c;== 0 \n;Die Kanone hat jetzt die gewünschte Ausrichtung
\c;!= 0 \n;Ausrichtung unmöglich

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