Skip to content

Check List Is Empty

Checks whether a list has zero items.

Parameters

Parameter Description
List The list variable to check.
True Event Sent when the list is empty.
False Event Sent when the list has one or more items.
Store Result Optional bool to store the test result.

Example

  1. Set List to SpawnQueue.
  2. Send QueueEmpty on True Event.
  3. Send QueueHasItems on False Event.