Me/en: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
<section begin=image/>
<section begin=image/>
[[File:Me.png|alt=The Delete Everyone Block|thumb]]
[[File:Me.png|alt=The Delete Everyone Block|thumb]]
<section end=image/><p id="tooltip">Refers to the agent.</p>
<section end=image/><p id="tooltip">Refers to the agent executing the code.</p>


<section begin=name/>'''<code>me</code>'''<section end=name/> is a [[code block]] part of the [[agents]] drawer.
<section begin=name/>'''<code>me</code>'''<section end=name/> is a [[code block]] part of the [[agents]] drawer.
Line 10: Line 10:
<code>me</code> is used to refer to the [[agent]] executing the code. This block is often used as a [[socket]] in other blocks, such as <code>[[Delete Agent|delete agent [_]]]</code>.
<code>me</code> is used to refer to the [[agent]] executing the code. This block is often used as a [[socket]] in other blocks, such as <code>[[Delete Agent|delete agent [_]]]</code>.


===Syntax===
==Syntax==
<code>(in reference to itself) me</code>
<code>(in reference to itself) me</code>
==Example==
[[File:me_example.gif|alt=Me example gif|thumb]]
[[File:me_example.png|alt=Me example code|thumb]]
This is a model of a salt precipitating out of a solution. When the ‘K’ agent collides with the ‘Cl’ agent, both agents are deleted and a new ‘Salt’ agent is created.


==Nuances==
==Nuances==


==Related Blocks==
==Related Blocks==
<strong>Note:</strong> Using the me block inside the delete agent block produces the same behavior as using a delete block.


==Relevant Video Resources==
==Relevant Video Resources==

Latest revision as of 19:00, 11 August 2023

Other languages:
The Delete Everyone Block

Refers to the agent executing the code.

me is a code block part of the agents drawer.

Usage

me is used to refer to the agent executing the code. This block is often used as a socket in other blocks, such as delete agent [_].

Syntax

(in reference to itself) me

Example

Me example gif
Me example code

This is a model of a salt precipitating out of a solution. When the ‘K’ agent collides with the ‘Cl’ agent, both agents are deleted and a new ‘Salt’ agent is created.

Nuances

Related Blocks

Note: Using the me block inside the delete agent block produces the same behavior as using a delete block.

Relevant Video Resources

Relevant Activities