Create/es: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
(Created page with "== Uso==")
Line 2: Line 2:




<div lang="en" dir="ltr" class="mw-content-ltr">
[[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>create [_] [▼](s)</code>'''<section end=name/> is a [[Special:MyLanguage/Code Block|code block]] part of the [[Special:MyLanguage/Agent|agents]] drawer.
<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.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Usage"></span>
==Usage==
== Uso==
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<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>create [_] [▼](s)</code> is used to populate [[Special:MyLanguage/Spaceland|Spaceland]] with [[Special:MyLanguage/Agent|agent]]s.</p>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Syntax"></span>
===Syntax===
===Sintaxis===
</div>


<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

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

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.

Relevant Video Resources

Relevant Activities