Info

Statistics

  • Download count613 total downloads
  • Latest download count 613 downloads of latest version
  • Average download count1 downloads per day average

Owners

A list of all Actions, Conditions and Expressions supported in this addon.

General

  • Actions

    Enqueue {0}

    Enqueue an element to the end of the queue

    Dequeue

    Dequeue the first element from the queue

    Clear

    Clears the queue

    Load

    Load the queue from JSON

  • Conditions

    Is empty

    Check if the queue is empty

    Compare count {0} {1}

    Compare a number with the count of the queue

    Compare first {0} {1}

    Compare a number with the first of the queue

  • Expressions

    Peek

    Returns the first element of the queue.

    Dequeue

    Returns the first element of the queue and deletes it.

    ToJSON

    Returns the queue in a JSON format

    Length

    Returns the length of the queue.