is () empty?

From PenguinMod Wiki (Official)
(Redirected from Is () empty)
Is () empty?
Jump to navigation Jump to search


The is () empty? block is a boolean block that detects if the selected list has no items.

Workaround

Checking if the number of items in the list is 0 using the equals block and the length of list block works the same.