Me: Difference between revisions

From StarLogo Nova Wiki
No edit summary
(Marked this version for translation)
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<translate>
<!--T:1-->
[[Category:Agents]]
[[Category:Agents]]
<section begin=image/>[[File:Delete Everyone Block.png|alt=The Delete Everyone Block|thumb]]<section end=image/>
<section begin=image/>
[[File:Me.png|alt=The Delete Everyone Block|thumb]]
<section end=image/><p id="tooltip">Refers to the agent executing the code.</p>
 
<!--T:8-->
<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.
==Usage==
==Usage==
<code>me</code> is used to refer to the [[agent]] executing the 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>.
 
<!--T:2-->
==Syntax==
<code>(in reference to itself) me</code>
 
==Example== <!--T:9-->
 
<!--T:10-->
[[File:me_example.gif|alt=Me example gif|thumb]]
[[File:me_example.png|alt=Me example code|thumb]]
 
<!--T:11-->
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== <!--T:3-->
 
==Related Blocks== <!--T:4-->


This block is often used as a [[socket]] in other blocks, such as <code>[[delete agent|delete agent [_]]]</code>
<!--T:12-->
<strong>Note:</strong> Using the me block inside the delete agent block produces the same behavior as using a delete block.


==Nuances==
==Relevant Video Resources== <!--T:5-->


==Related Blocks==
<!--T:6-->
==Relevant Activities==
[[Category:Code Block]]
</translate>

Latest revision as of 18:20, 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