Color Terreno

From StarLogo Nova Wiki
Revision as of 19:08, 10 July 2023 by Admin (talk | contribs)
Other languages:


Terrain color

terrain color is a bloque de código part of the ambiente 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.

Nuances

Related Blocks