Delete Agent/en: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
 
(Updating to match new version of source page)
Line 3: Line 3:
<section begin="image" />[[File:Delete Agent.png|alt=The delete agent block|thumb]]<section end="image"/>
<section begin="image" />[[File:Delete Agent.png|alt=The delete agent block|thumb]]<section end="image"/>


<section begin="name" />'''<code>delete agent [_]</code>'''<section end="name" /> is a [[Special:MyLanguage/Code Block|code block]] part of the [[Special:MyLanguage/Agent|agents]] drawer.
<section begin="name" /><p id="tooltip">Deletes the specified agent (use "collidee", "nearest", or "my parent" blocks).</p>
 
'''<code>delete agent [_]</code>'''<section end="name" /> is a [[Special:MyLanguage/Code Block|code block]] part of the [[Special:MyLanguage/Agent|agents]] drawer.


==Usage==
==Usage==


<p id="tooltip"><code>delete agent [_]</code> is used to delete a specific [[Special:MyLanguage/Agent|agent]] from [[Special:MyLanguage/Spaceland|Spaceland]].</p>
<code>delete agent [_]</code> is used to delete a specific [[Special:MyLanguage/Agent|agent]] from [[Special:MyLanguage/Spaceland|Spaceland]].


===Syntax===
==Syntax==
<section begin=image/>[[File:Delete Agent Nums.png|right|alt=The Create Each Do Block|thumb]]<section end=image/>
Inputs in this block:
#block that represents an agent (e.g. me, my parent or nearest)


<code>delete agent [Special: Agent Reference]</code>
<code>delete agent [Special: Agent Reference]</code>

Revision as of 14:31, 8 August 2023

Other languages:
The delete agent block

Deletes the specified agent (use "collidee", "nearest", or "my parent" blocks).

delete agent [_] is a code block part of the agents drawer.

Usage

delete agent [_] is used to delete a specific agent from Spaceland.

Syntax

The Create Each Do Block

Inputs in this block:

  1. block that represents an agent (e.g. me, my parent or nearest)

delete agent [Special: Agent Reference]

Related Blocks