Me: Difference between revisions

From StarLogo Nova Wiki
No edit summary
Line 5: Line 5:
<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==
<p id="tooltip"><code>me</code> is used to refer to the [[agent]] executing the code. </p>
<p id="tooltip"><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>. </p>


This block is often used as a [[socket]] in other blocks, such as <code>[[Delete Agent|delete agent [_]]]</code>
===Syntax===
<code>(in reference to itself) me</code>


==Nuances==
==Nuances==

Revision as of 17:33, 1 February 2023


The Delete Everyone Block

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

Nuances

Related Blocks

Relevant Video Resources

Relevant Activities