My Parent/en: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 12: Line 12:
<code>my parent</code> refers to the [[agent]] that created the agent that is currently executing the code.
<code>my parent</code> refers to the [[agent]] that created the agent that is currently executing the code.


===Syntax===
==Syntax==
<code>parent</code>
<code>parent</code>



Revision as of 19:11, 10 August 2023

Other languages:
take camera block

Refers to the agent who creates another agent (of the same or different breed).

my parent is a code block part of the agents drawer.

Usage

my parent refers to the agent that created the agent that is currently executing the code.

Syntax

parent

Related Blocks

Relevant Video Resources

Relevant Activities