Stamp Grid: Difference between revisions

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


<!--T:1-->
<section begin=image/>
<section begin=image/>
[[File:Stamp grid.png|alt=Stamp grid|thumb]]
[[File:Stamp grid.png|alt=Stamp grid|thumb]]
Line 7: Line 8:
<section begin="name" />'''<code>stamp grid [_]</code>'''<section end="name" /> is a [[code block]] part of the [[Environment]] drawer.
<section begin="name" />'''<code>stamp grid [_]</code>'''<section end="name" /> is a [[code block]] part of the [[Environment]] drawer.


<!--T:2-->
== Usage==
== Usage==
<p id="tooltip"><code>stamp grid [_]</code> causes the [[agent]] to color one grid square on the [[terrain]] in the agent's current color on the agent's current position.</p>
<p id="tooltip"><code>stamp grid [_]</code> causes the [[agent]] to color one grid square on the [[terrain]] in the agent's current color on the agent's current position.</p>


===Syntax===
===Syntax=== <!--T:3-->


<!--T:4-->
<code>stamp grid [Textbox: Color]</code>
<code>stamp grid [Textbox: Color]</code>


<!--T:5-->
==Common Uses==
==Common Uses==
This is used to track agents' individual impact on the terrain.  
This is used to track agents' individual impact on the terrain.  


==Nuances==
==Nuances== <!--T:6-->


<!--T:7-->
==Related Blocks==
==Related Blocks==
*<code>[[Stamp|stamp [_]]]</code>
*<code>[[Stamp|stamp [_]]]</code>

Revision as of 14:45, 27 June 2023

Other languages:


Stamp grid

stamp grid [_] is a code block part of the Environment drawer.

Usage

stamp grid [_] causes the agent to color one grid square on the terrain in the agent's current color on the agent's current position.

Syntax

stamp grid [Textbox: Color]

Common Uses

This is used to track agents' individual impact on the terrain.

Nuances

Related Blocks