From StarLogo Nova Wiki
This page is a translated version of the page Me and the translation is 50% complete.
Outdated translations are marked like this.
Other languages:
The Delete Everyone Block

es un bloque de código parte de agentes cajón.

Uso

se utiliza para referirse a la agente ejecutando el código. Este bloque se utiliza a menudo como enchufe en otros bloques, como eliminar agente [_].

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 [_].

Sintaxis

(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.

Para tener en cuenta

Bloques relacionados

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

Recursos en video relevantes

Actividades relevantes