Left By Degs/en: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 2: Line 2:


[[Category:Movement]]
[[Category:Movement]]
<section begin="image"/>[[File:Left By Degs.png|alt=The left by degs block|thumb]]<section end="image"/><p id="tooltip">Turns left with a specified number of degrees during each tick.</p>
<section begin="image"/>[[File:Left By Degs.png|alt=The left by degs block|thumb]]<section end="image"/><p id="tooltip">Turns left by a specified number of degrees.</p>


<section begin="name" />'''{{Block|left by [_] degs}}'''<section end="name" /> is a [[code block]] part of the [[Movement]] drawer.
<section begin="name" />'''{{Block|left by [_] degs}}'''<section end="name" /> is a [[code block]] part of the [[Movement]] drawer.
Line 21: Line 21:
*{{Block|up|up [_]}}
*{{Block|up|up [_]}}
*{{Block|down|up [_]}}
*{{Block|down|up [_]}}
*{{Block|Teleport To XYZ|teleport to x: [_] y: [_] z: [_]}}
*{{Block|Teleport To|teleport to x: [_] y: [_] z: [_]}}

Revision as of 20:41, 8 August 2023

Other languages:
The left by degs block

Turns left by a specified number of degrees.

left by [_] degs is a code block part of the Movement drawer.

Usage

left by [_] degs orientates the agent in Spaceland to the left of its original heading by the inputted number of degrees during each Starlogo clock tick.

Syntax

left by [number] degs

Nuances

Related Blocks