Me/en: Difference between revisions
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
(3 intermediate revisions 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/> | <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. | ||
==Usage== | ==Usage== | ||
<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== | |||
<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
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
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.