Scatter Everyone: Difference between revisions

From StarLogo Nova Wiki
(Marked this version for translation)
mNo edit summary
Line 4: Line 4:
<!--T:1-->
<!--T:1-->
[[Category:Agents]]
[[Category:Agents]]
<section begin=image/>[[File:Scatter Everyone.png|thumb|229x229px]]<section end=image/>
<section begin=image/>[[File:Scatter Everyone.png|thumb|229x229px]]<section end=image/><p id="tooltip">Sets all the agents' locations to random positions in SpaceLand.</p>
{{#vardefine:ScatterEveryone|<code>scatter everyone</code>}}
<section begin=name/><p id="tooltip">Sets all the agents' locations to random positions in SpaceLand.</p>


<!--T:9-->
{{#vardefine:ScatterEveryone|<code>scatter everyone</code>}}<section begin=name/>'''<code>scatter everyone</code>'''<section end=name/> is a [[code block]] part of the [[agents]] drawer.
'''<code>scatter everyone</code>'''<section end=name/> is a [[code block]] part of the [[agents]] drawer.


<!--T:2-->
<!--T:2-->

Revision as of 18:05, 8 August 2023

Other languages:
Scatter Everyone.png

Sets all the agents' locations to random positions in SpaceLand.

scatter everyone is a code block part of the agents drawer.

Usage

scatter everyone is used to scatter all agents in SpaceLand to random locations.

Syntax

(in reference to every agent) scatter everyone

Nuances

An important difference between scatter everyone and scatter is that scatter scatters only the agents attached to the scatter block. scatter everyone scatters all agents in SpaceLand.

Related Blocks

scatter

Relevant Video Resources

Relevant Activities