Stamp/es: Difference between revisions

From StarLogo Nova Wiki
(Created page with "==Related Blocks== *<code>stamp grid [_]</code> Category:Ambiente Category:Code Block")
 
(Created page with "===Sintaxis===")
Line 2: Line 2:


<section begin=image/>
<section begin=image/>
[[File:Stamp.png|alt=stamp|thumb]]
[[File:Estampar.png|alt=stamp|thumb]]
<section end=image/>
<section end=image/>
<section begin="name" />'''<code>stamp [_]</code>'''<section end="name" /> is a [[code block]] part of the [[Ambiente]] drawer.
<section begin="name" />'''<code>stamp [_]</code>'''<section end="name" /> is a [[code block]] part of the [[Ambiente]] drawer.


<div lang="en" dir="ltr" class="mw-content-ltr">
== Uso ==
== Usage==
<p id="tooltip"><code>stamp [_]</code> causes the [[agent]] to draw a circle on the [[terrain]] in the agent's current position, with size corresponding to the size of the agent.</p>
<p id="tooltip"><code>stamp [_]</code> causes the [[agent]] to draw a circle on the [[terrain]] in the agent's current position, with size corresponding to the size of the agent.</p>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Syntax"></span>
===Syntax===
===Sintaxis===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">

Revision as of 20:16, 29 June 2023

Other languages:


stamp

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

Uso

stamp [_] causes the agent to draw a circle on the terrain in the agent's current position, with size corresponding to the size of the agent.

Sintaxis

stamp [Textbox: Color]

Common Uses

This is used to change the color of the terrain. Changing the color of all the terrain would require creating one large agent of size 200 and then stamping a certain color.

Nuances

Related Blocks