Create/es: Difference between revisions

From StarLogo Nova Wiki
(Created page with "==Recursos en video relevantes==")
No edit summary
Line 2: Line 2:




[[Category:Agents]]
[[Category: Agentes]]
<section begin=image/>[[File:Create Block.png|alt=The create block|thumb]]<section end=image/>
<section begin=image/>[[File:Create Block.png|alt=The create block|thumb]]<section end=image/>
{{#vardefine:create|<code>create [_] [▼](s)</code>}}
{{#vardefine:create|<code>create [_] [▼](s)</code>}}

Revision as of 15:29, 22 June 2023

Other languages:
The create block

crear [_] [▼](s) es unbloque de códigoparte de agentes código.

Uso

crear [_] [▼](s) se usa para poblar Spaceland conagents.

Sintaxis

create [Textbox: Number] [Dropdown: Type of Agent](s)

Nuances

Una diferencia importante entre create [_] [▼](s) y crear [_] [▼](s) cada hacer es eso crear [_] [▼](s) cada hacer permite que una sección de código se ejecute individualmente para cada agent que se crea. create [_] [▼](s) solo crea agentes con el valor predeterminado rasgoss en el centro de Spaceland.

crear [_] [▼](s) cada hacer can be useful for randomizing traits and scattering agents without effecting others.

Bloques relacionados

Recursos en video relevantes

Actividades relevantes