Scatter Everyone: Difference between revisions

From StarLogo Nova Wiki
(add tooltip text)
(Marked this version for translation)
Line 8: Line 8:
<section begin=name/><p id="tooltip">Sets all the agents' locations to random positions in SpaceLand.</p>
<section begin=name/><p id="tooltip">Sets all the agents' locations to random positions in SpaceLand.</p>


<!--T:9-->
'''<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.



Revision as of 14:27, 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