Clear Terrain: Difference between revisions

From StarLogo Nova Wiki
No edit summary
(Marked this version for translation)
Line 2: Line 2:
<translate>
<translate>


<!--T:1-->
[[Category:Environment]]
[[Category:Environment]]
<section begin="image"/>[[File:Clear Terrain Block.png|alt=The clear terrain block|thumb]]<section end="image"/>
<section begin="image"/>[[File:Clear Terrain Block.png|alt=The clear terrain block|thumb]]<section end="image"/>
<section begin="name" />'''{{ClearTerrainBlock}}'''<section end="name" /> is a code block from the [[Environment]] drawer.
<section begin="name" />'''{{ClearTerrainBlock}}'''<section end="name" /> is a code block from the [[Environment]] drawer.


<!--T:2-->
==Usage==
==Usage==
<p id="tooltip">{{ClearTerrainBlock}} is used to clear the [[Spaceland]] of all [[drawing]]s.</p>
<p id="tooltip">{{ClearTerrainBlock}} is used to clear the [[Spaceland]] of all [[drawing]]s.</p>


<!--T:3-->
===Syntax===
===Syntax===
<code>clear terrain</code>
<code>clear terrain</code>


<!--T:4-->
==Related Blocks==
==Related Blocks==
*<code>[[stamp]]</code>
*<code>[[stamp]]</code>
Line 18: Line 22:
*<code>[[terrain color]]</code>
*<code>[[terrain color]]</code>


=== Testing ===
=== Testing === <!--T:5-->
</translate>
</translate>

Revision as of 14:42, 27 June 2023

Other languages:
The clear terrain block

clear terrain is a code block from the Environment drawer.

Usage

clear terrain is used to clear the Spaceland of all drawings.

Syntax

clear terrain

Related Blocks

Testing