Set World To: Difference between revisions

From StarLogo Nova Wiki
No edit summary
Line 1: Line 1:
<languages/>
<translate>
[[Category:Environment]]
[[Category:Environment]]
<section begin=image/>[[File:Set World To Block.png|alt=The set world to block|thumb]]<section end=image/>
<section begin=image/>[[File:Set World To Block.png|alt=The set world to block|thumb]]<section end=image/>
Line 14: Line 17:
==Related Blocks==
==Related Blocks==
*{{Block|world trait|world trait: [▼]}}
*{{Block|world trait|world trait: [▼]}}
</translate>

Revision as of 14:09, 16 March 2023

Other languages:
The set world to block

set world [▼] to [_] is a code block part of the Environment drawer.

Usage

set world [▼] to [_] is used to set traits of the world in a similar way to agents.

Syntax

set world [Dropdown: Trait Selection] to [Socket: Data]

Nuances

This block is used to soley modify custom traits of the world. The traits of agents are modified using the set my [▼] to [_].

Related Blocks