World Trait: Difference between revisions

From StarLogo Nova Wiki
(Created page with "<section begin=image/> <section end=image/> <section begin="name" />'''<code>world trait: [▼]</code>'''<section end="name" /> is a code block part of the Environment drawer. == Usage== <p id="tooltip"><code>world trait: [▼]</code> refers to the value of a selected world trait. World traits can be created by adding a new trait to The World breed in the breed manager (go to The World tab and click on the show traits button. Then, select “add custom trait”...")
 
No edit summary
Line 1: Line 1:
<section begin=image/>
<section begin=image/>
 
[[File:World trait.png|alt=World trait|thumb]]
<section end=image/>
<section end=image/>
<section begin="name" />'''<code>world trait: [▼]</code>'''<section end="name" /> is a [[code block]] part of the [[Environment]] drawer.
<section begin="name" />'''<code>world trait: [▼]</code>'''<section end="name" /> is a [[code block]] part of the [[Environment]] drawer.

Revision as of 10:36, 30 November 2022

World trait

world trait: [▼] is a code block part of the Environment drawer.

Usage

world trait: [▼] refers to the value of a selected world trait. World traits can be created by adding a new trait to The World breed in the breed manager (go to The World tab and click on the show traits button. Then, select “add custom trait”). This can be thought of as a “global variable."

Syntax

world trait: [Dropdown: Trait]

Common Uses

This is used to refer to an aspect of a simulation that affects all parts in scope. All traits attributed to The World will happen to all Agents in the simulation.

Nuances

Related Blocks