Stamp Grid: Difference between revisions

From StarLogo Nova Wiki
(Created page with "<section begin=image/> <section end=image/> <section begin="name" />'''<code>stamp grid [_]</code>'''<section end="name" /> is a code block part of the Environment drawer. == 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> ===Syntax=== <code>stamp grid [Textbox: Color]</code> ==Common Uses== This is used to track agents' indi...")
 
No edit summary
Line 1: Line 1:
<section begin=image/>
<section begin=image/>
 
[[File:Stamp grid.png|alt=Stamp grid|thumb]]
<section end=image/>
<section end=image/>
<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.

Revision as of 09:30, 10 November 2022

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