Nearest Within Steps: Difference between revisions

From StarLogo Nova Wiki
No edit summary
(Marked this version for translation)
Line 2: Line 2:
<translate>
<translate>


<!--T:1-->
[[Category:Detection]]
[[Category:Detection]]
[[Category:Code Block]]
[[Category:Code Block]]
Line 7: Line 8:
<section begin="name" />'''<code>nearest [▼] within [_] steps</code>'''<section end="name" /> is a [[code block]] part of the [[Detection]] drawer.
<section begin="name" />'''<code>nearest [▼] within [_] steps</code>'''<section end="name" /> is a [[code block]] part of the [[Detection]] drawer.


<!--T:2-->
== Usage==
== Usage==
<p id="tooltip"><code>nearest [▼] within [_] steps</code> is used to refer to the nearest [[agent]] of a selected breed that exists within a given [[step]] limit in [[Spaceland]].</p>
<p id="tooltip"><code>nearest [▼] within [_] steps</code> is used to refer to the nearest [[agent]] of a selected breed that exists within a given [[step]] limit in [[Spaceland]].</p>


===Syntax===
===Syntax=== <!--T:3-->


<!--T:4-->
<code>nearest [Dropdown: Type of Agent](s) within [Textbox: Number] steps</code>
<code>nearest [Dropdown: Type of Agent](s) within [Textbox: Number] steps</code>


==Common Uses==
==Common Uses== <!--T:5-->


==Nuances==
==Nuances== <!--T:6-->


<!--T:7-->
==Related Blocks==
==Related Blocks==
*<code>[[Nearest Within Steps With =|nearest [▼] within [_] steps with [▼] = [_]]]</code>
*<code>[[Nearest Within Steps With =|nearest [▼] within [_] steps with [▼] = [_]]]</code>
</translate>
</translate>

Revision as of 14:11, 27 June 2023

Other languages:
Nearest within steps

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

Usage

nearest [▼] within [_] steps is used to refer to the nearest agent of a selected breed that exists within a given step limit in Spaceland.

Syntax

nearest [Dropdown: Type of Agent](s) within [Textbox: Number] steps

Common Uses

Nuances

Related Blocks