Nearest Within Steps: Difference between revisions

From StarLogo Nova Wiki
(Created page with "Category:Detection Category:Code Block <section begin=image/><section end=image/> <section begin="name" />'''<code>nearest [▼] within [_] steps</code>'''<section end="name" /> is a code block part of the Detection drawer. == 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> ===Syntax=== <code>nearest [Dropdown: T...")
 
Line 16: Line 16:


==Related Blocks==
==Related Blocks==
*<code>[[Nearest Within Steps With =|nearest [▼] within [_] with [▼] = [_]]]</code>
*<code>[[Nearest Within Steps With =|nearest [▼] within [_] steps with [▼] = [_]]]</code>

Revision as of 08:53, 10 November 2022


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