Collidee/es: Difference between revisions

From StarLogo Nova Wiki
(Created page with "===Sintaxis=== <code>colisionado</code>")
(No difference)

Revision as of 14:31, 27 June 2023

Other languages:
The collidee block

collidee is a code block part of the Detección drawer.

Usage

collidee is used to refer to the agent that has been collided with when used inside a on collision with [▼] do stack of code. This block is used as a socket in other blocks, such as delete agent [_].

Sintaxis

colisionado

Nuances

collidee only has significance when used inside a stack of code initialized by a on collision with [▼] do block.

Actividades relevantes