Hide: Difference between revisions

From StarLogo Nova Wiki
No edit summary
No edit summary
Line 16: Line 16:
<section begin=image/>[[File:Hide Nums.png|right|alt=The Hide Block|thumb]]<section end=image/>
<section begin=image/>[[File:Hide Nums.png|right|alt=The Hide Block|thumb]]<section end=image/>
<code>hide [Dropdown: Type of Widget]</code>
<code>hide [Dropdown: Type of Widget]</code>
Inputs:
#Select the desired widget from the drop down menu


==Nuances== <!--T:4-->
==Nuances== <!--T:4-->

Revision as of 15:59, 31 July 2023

Other languages:


hide

hide [▼] is a code block from the Interface drawer.

Usage

hide [▼] hides a selected widget. Once hidden, you need to use “show” to make it visible again.

Syntax

The Hide Block

hide [Dropdown: Type of Widget] Inputs:

  1. Select the desired widget from the drop down menu

Nuances

Related Blocks