Terrain Color: Difference between revisions
(add tooltip text) |
(Marked this version for translation) |
||
Line 7: | Line 7: | ||
<section end=image/><p id="tooltip">Returns the color of the terrain the agent is currently on.</p> | <section end=image/><p id="tooltip">Returns the color of the terrain the agent is currently on.</p> | ||
<!--T:8--> | |||
<section begin="name" />'''<code>terrain color</code>'''<section end="name" /> is a [[code block]] part of the [[Environment]] drawer. | <section begin="name" />'''<code>terrain color</code>'''<section end="name" /> is a [[code block]] part of the [[Environment]] drawer. | ||
Revision as of 14:53, 8 August 2023
Returns the color of the terrain the agent is currently on.
terrain color
is a code block part of the Environment drawer.
Usage
terrain color
refers to the color of the terrain that the agent is currently on.
Syntax
[Textbox Insert] terrain color
Common Uses
This is commonly used as part of a conditional statement: for example, if an agent's color matches the color of the terrain, then the agent should perform a certain action.