Lists: Difference between revisions

From PenguinMod Wiki
Jump to navigation Jump to search
Content deleted Content added
Removed redirect to Variables
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1:
'''Lists''' is a subcategory of the [[Variables]] category, originating from Scratch. Using the Data Category Tweaks addon originating from [[TurboWarp]], one cancould split this and the [[Variables (subcategory)|Variables]] subcategory apart. However, the Data Category Tweaks addon was removed in a [[PenguinMod]], and its separate sprite-only variables and separate list category settings are always on.
 
Like the blocks in the Variables subcategory, the blocks in this subcategory only appear after the creation of a list.
==Blocks==
===Scratch Blocks===
*[[() (Lists)|<sb>my list::list reporter</sb>]]
*[[add () to ()]]
*[[deleteadd () ofto ()|<sb>add [thing] to [my list v]</sb>]]
*[[delete all() of ()|<sb>delete (1) of [my list v]</sb>]]
*[[insertdelete ()all atof ()|<sb>delete all of ()[my list v]</sb>]]
*[[insert () at () of ()|<sb>insert [thing] at (1) of [my list v]</sb>]]
*[[replace item () of () with ()]]
*[[item () of ()]]

Latest revision as of 20:28, 23 July 2024

Lists is a subcategory of the Variables category, originating from Scratch. Using the Data Category Tweaks addon originating from TurboWarp, one could split this and the Variables subcategory apart. However, the Data Category Tweaks addon was removed in a PenguinMod, and its separate sprite-only variables and separate list category settings are always on.

Like the blocks in the Variables subcategory, the blocks in this subcategory only appear after the creation of a list.

Blocks

Scratch Blocks

PenguinMod