Count Within Steps/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 6: Line 6:
<section begin="name" />'''<code>count [▼] within [_] steps</code>'''<section end="name" /> is a [[code block]] part of the [[Detection]] drawer.
<section begin="name" />'''<code>count [▼] within [_] steps</code>'''<section end="name" /> is a [[code block]] part of the [[Detection]] drawer.


== Usage==
==Usage==
<code>count [▼] within [_] steps</code> is used to provide the number of agents of a selected breed that exist within a given [[step]] limit in [[Spaceland]].
<code>count [▼] within [_] steps</code> is used to provide the number of agents of a selected breed that exist within a given [[step]] limit in [[Spaceland]].


==Syntax==
==Syntax==


<section begin=image/>[[File:Count Within Steps Nums.png|right|alt=The Create Each Do Block|thumb]]<section end=image/>
[[File:Count Within Steps Nums.png|right|alt=The Create Each Do Block|thumb]]
<!-- <code>count [Dropdown: Type of Agent](s) within [Textbox: Number] steps</code> -->
<!-- <code>count [Dropdown: Type of Agent](s) within [Textbox: Number] steps</code> -->
Inputs in this block:
Inputs in this block:

Revision as of 19:17, 10 August 2023

Other languages:
The count within steps

Returns the number of agents of a selected breed within a specified radius of itself. Use 200 steps to cover the entire terrain.

count [▼] within [_] steps is a code block part of the Detection drawer.

Usage

count [▼] within [_] steps is used to provide the number of agents of a selected breed that exist within a given step limit in Spaceland.

Syntax

The Create Each Do Block

Inputs in this block:

  1. a breed from the dropdown menu (to count)
  2. a number into the socket


Common Uses

  • A common use of the count [▼] within [_] block is to monitor the total population of agents of a select breed. To do this simply, The World agent can be directed to count the number of agents within some region of Spaceland.

Nuances

Related Blocks