Me: Difference between revisions

From StarLogo Nova Wiki
No edit summary
Tag: Manual revert
(add tooltip text)
Line 7: Line 7:
[[File:Me.png|alt=The Delete Everyone Block|thumb]]
[[File:Me.png|alt=The Delete Everyone Block|thumb]]
<section end=image/>
<section end=image/>
<section begin=name/>'''<code>me</code>'''<section end=name/> is a [[code block]] part of the [[agents]] drawer.
<section begin=name/><p id="tooltip">Refers to the agent.</p>
 
'''<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. This block is often used as a [[socket]] in other blocks, such as <code>[[Delete Agent|delete agent [_]]]</code>. </p>
<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-->
<!--T:2-->

Revision as of 14:29, 8 August 2023

Other languages:
The Delete Everyone Block

Refers to the agent.

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