Delete Everyone/es: Difference between revisions

From StarLogo Nova Wiki
No edit summary
(Updating to match new version of source page)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>


[[Category:Agents]]
[[Category:Agentes]]
<section begin=image/>[[File:Delete Everyone Block.png|alt=The Delete Everyone Block|thumb]]<section end=image/>
<section begin=image/>[[File:EliminarTodos.png|alt=Eliminar Todos Bloques|thumb]]<section end=image/>
<section begin=name/>'''<code>eliminate a todos</code>'''<section end=name/> es un [[Special:MyLanguage/Code Block|bloque de código]] parte de [[Special:MyLanguage/Agent|agentes]] cajón.
<section begin=name/>'''<code>eliminar todos</code>'''<section end=name/> is a [[Special:MyLanguage/Code Block|code block]] part of the [[Special:MyLanguage/Agents|agentes]] drawer.


<div lang="en" dir="ltr" class="mw-content-ltr">
<section begin=name/>'''<code>delete everyone</code>'''<section end=name/> is a [[Special:MyLanguage/Code Block|code block]] part of the [[Special:MyLanguage/Agent|agents]] drawer.
</div>
<span id="Usage"></span>
==Uso==
==Uso==


<p id="tooltip"><code>delete everyone</code> se usa para borrar todo [[Special:MyLanguage/Agent|agent]]s de [[Special:MyLanguage/Spaceland|Spaceland]].</p>
<p id="tooltip"><code>eliminar todos</code> is used to delete all [[Special:MyLanguage/Agents|agentes]] from [[Special:MyLanguage/Spaceland|Spaceland]].</p>


<span id="Syntax"></span>
<span id="Syntax"></span>
Line 13: Line 18:


<code>(in reference to every agent)Eliminar a todos</code>
<code>(in reference to every agent)Eliminar a todos</code>
<div lang="en" dir="ltr" class="mw-content-ltr">
==Example==
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[File:delete_everyone_example.gif|alt=Delete Everyone example gif|thumb]]
[[File:create_example.png|alt=Delete Everyone example code|thumb]]
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
Each time that setup is pressed, The World deletes all other agents.  This ensures that each time a new set of agents is created, the population does not continue to increase.  Using the delete everyone block enables the ‘setup’ button replicate the behavior of a project loaded for the first time.
</div>


<span id="Nuances"></span>
<span id="Nuances"></span>
==Para tener en cuenta==
==Para tener en cuenta==


El código se puede colocar después de este bloque, ya que este bloque se puede usar para eliminar todos los agentes del mundo.[[Special:MyLanguage/Tab|tab]].
<div lang="en" dir="ltr" class="mw-content-ltr">
Code may be placed after this block as this block can be used to delete all agents under the world [[Special:MyLanguage/Tab|tab]].
</div>


<span id="Related_Blocks"></span>
<span id="Related_Blocks"></span>
==Bloques relacionados==
==Bloques relacionados==


*<code>[[Special:MyLanguage/Delete|Borrar]]</code>
*<code> [[Special:MyLanguage/Delete|eliminar]]</code>
*<code>[[Special:MyLanguage/Delete Agent|eliminar agente [_]]]</code>
 
*<code> [[Special:MyLanguage/Delete Agent|eliminar agente [_]]]</code>

Latest revision as of 15:27, 16 August 2023

Other languages:
Eliminar Todos Bloques

eliminar todos is a code block part of the agentes drawer.

delete everyone is a code block part of the agents drawer.

Uso

eliminar todos is used to delete all agentes from Spaceland.

Sintaxis

(in reference to every agent)Eliminar a todos

Example

Delete Everyone example gif
Delete Everyone example code

Each time that setup is pressed, The World deletes all other agents. This ensures that each time a new set of agents is created, the population does not continue to increase. Using the delete everyone block enables the ‘setup’ button replicate the behavior of a project loaded for the first time.

Para tener en cuenta

Code may be placed after this block as this block can be used to delete all agents under the world tab.

Bloques relacionados