Setear Reloj a

From StarLogo Nova Wiki
Revision as of 19:38, 26 July 2023 by Admin (talk | contribs) (Created page with "===Sintaxis===")
Other languages:


Set clock to

set clock to [_] is a bloque de código part of the ambiente drawer.

Usage

set clock to [_] sets the value of clock to some number. Typically, when you reset the clock, you want to start it at 0.

Sintaxis

set clock to [Textbox: Number]

Common Uses

This is commonly used to reset the clock, which is helpful for each time you run a simulation.

Nuances

Related Blocks