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
- Set List to
SpawnQueue. - Send
QueueEmptyon True Event. - Send
QueueHasItemson False Event.