My: Difference between revisions
(Marked this version for translation) |
(updates from Blockument) |
||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
<translate> | <translate> | ||
<section begin="image"/>[[File:my.png|alt=The My Block|thumb]]<section end="image"/> | |||
==Usage== | |||
<!--T:2--> | <!--T:2--> | ||
<p id="tooltip">Returns the value of an agent's trait.</p> | <p id="tooltip">Returns the value of an agent's trait.</p> | ||
==Syntax== | |||
Inputs in this block: | |||
#a category of trait from the dropdown menu | |||
==Example== | |||
[[File:my_example.gif|alt=My example gif|thumb]] | |||
[[File:my_example.png|alt=My example code|thumb]] | |||
The use of the ‘my trait’ block in this example ensures that the fish do not swim below the seafloor by ensuring their z coordinate, selected from the traits drop down, is >= 0 before the fish are rendered. | |||
<!--T:3--> | <!--T:3--> |
Revision as of 19:04, 14 August 2023
Usage
Returns the value of an agent's trait.
Syntax
Inputs in this block:
- a category of trait from the dropdown menu
Example
The use of the ‘my trait’ block in this example ensures that the fish do not swim below the seafloor by ensuring their z coordinate, selected from the traits drop down, is >= 0 before the fish are rendered.