Delete Agent: Difference between revisions

From StarLogo Nova Wiki
(Marked this version for translation)
No edit summary
Line 15: Line 15:
<!--T:14-->
<!--T:14-->
==Syntax==
==Syntax==
<section begin=image/>[[File:Delete Agent Nums.png|right|alt=The Create Each Do Block|thumb]]<section end=image/>
[[File:Delete Agent Nums.png|right|alt=The Create Each Do Block|thumb]]
Inputs in this block:
Inputs in this block:
#block that represents an agent (e.g. me, my parent or nearest)
#block that represents an agent (e.g. me, my parent or nearest)

Revision as of 19:02, 10 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