Create/es: Difference between revisions
(Updating to match new version of source page) |
(Created page with "== Uso==") |
||
Line 2: | Line 2: | ||
[[Category:Agents]] | [[Category:Agents]] | ||
<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>}} | ||
<section begin=name/>'''<code> | <section begin=name/>'''<code>crear [_] [▼](s)</code>'''<section end=name/> es un[[Special:MyLanguage/Code Block|bloque de código]]parte de [[Special:MyLanguage/Agent|agentes]] código. | ||
< | <span id="Usage"></span> | ||
== | == Uso== | ||
<p id="tooltip"><code>crear [_] [▼](s)</code> se usa para poblar [[Special:MyLanguage/Spaceland|Spaceland]] con[[Special:MyLanguage/Agent|agent]]s.</p> | |||
<p id="tooltip"><code> | |||
< | <span id="Syntax"></span> | ||
=== | ===Sintaxis=== | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> |
Revision as of 19:07, 21 June 2023
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
An important difference between create [_] [▼](s)
and create [_] [▼](s) each do
is that create [_] [▼](s) each do
allows a section of code to run individually for each agent that is created. create [_] [▼](s)
only creates agents with the default traits in the center of Spaceland.
create [_] [▼](s) each do
can be useful for randomizing traits and scattering agents without effecting others.