The World: Difference between revisions
No edit summary |
(Marked this version for translation) |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | |||
<section begin=image/> | <section begin=image/> | ||
[[File:The world.png|alt=The world|thumb]] | [[File:The world.png|alt=The world|thumb]] | ||
Line 7: | Line 8: | ||
<section begin="name" />'''<code>The World</code>'''<section end="name" /> is a [[code block]] part of the [[Environment]] drawer. | <section begin="name" />'''<code>The World</code>'''<section end="name" /> is a [[code block]] part of the [[Environment]] drawer. | ||
<!--T:2--> | |||
== Usage== | == Usage== | ||
<p id="tooltip"><code>The World</code> refers to an agent that represents The World. Can be used as a location to mean the center of SpaceLand, which is (0,0).</p> | <p id="tooltip"><code>The World</code> refers to an agent that represents The World. Can be used as a location to mean the center of SpaceLand, which is (0,0).</p> | ||
===Syntax=== | ===Syntax=== <!--T:3--> | ||
<!--T:4--> | |||
<code>[Textbox Insert] The World</code> | <code>[Textbox Insert] The World</code> | ||
<!--T:5--> | |||
==Common Uses== | ==Common Uses== | ||
Useful for simulations that require recursion, or agents that can act as the base case. | Useful for simulations that require recursion, or agents that can act as the base case. | ||
==Nuances== | ==Nuances== <!--T:6--> | ||
<!--T:7--> | |||
==Related Blocks== | ==Related Blocks== | ||
*<code>[[World Trait|world trait [▼]]]</code> | *<code>[[World Trait|world trait [▼]]]</code> |
Revision as of 14:50, 27 June 2023
The World
is a code block part of the Environment drawer.
Usage
The World
refers to an agent that represents The World. Can be used as a location to mean the center of SpaceLand, which is (0,0).
Syntax
[Textbox Insert] The World
Common Uses
Useful for simulations that require recursion, or agents that can act as the base case.