World Trait/es: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
No edit summary
Line 16: Line 16:
==Sintaxis==
==Sintaxis==


<section begin=image/>[[File:World Trait Nums Es.png|right|alt=Rasgo del Mundo Bloques|thumb]]<section end=image/>
[[File:World Trait Nums Es.png|right|alt=Rasgo del Mundo Bloques|thumb]]
<!-- <code>world trait: [Dropdown: Trait]</code> -->
<!-- <code>world trait: [Dropdown: Trait]</code> -->
Inputs:
Inputs:

Revision as of 19:21, 10 August 2023

Other languages:


World trait

world trait: [▼] is a bloque de código part of the ambiente drawer.

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

Uso

world trait: [▼] se refiere al valor de un rasgo del mundo seleccionado. Los rasgos mundiales se pueden crear agregando un nuevo rasgo a la raza The World en el administrador de raza (vaya a la pestaña The World y haga clic en el botón Mostrar rasgos. Luego, seleccione "agregar rasgo personalizado"). Esto se puede considerar como una "variable global".

Sintaxis

Rasgo del Mundo Bloques

Inputs:

  1. a world trait from dropdown menu

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