Addon ID

  • skymen_queue

Info

Statistics

  • Download count790 total downloads
  • Latest download count 790 downloads of latest version
  • Average download count1 downloads per day average

Owners

Aces

  • Conditions
    Is empty
    Returns true if the stack is empty
    Compare top
    Allows you to compare the first value of the stack
    Compare length
    Allows you to compare the length of the stack
  • Actions
    Enqueue
    Adds an element at the end of the queue
    Dequeue
    Removes the first element of the queue
    Load
    Load the queue from a JSON string
    Clear
    Clears the queue
  • Expressions
    Peak
    Returns the first element of the queue
    Dequeue
    Returns the first element of the queue and removes it
    ToJSON
    Returns the queue in JSON format
    Length
    Returns the length of the queue
Is empty
Returns true if the stack is empty
Compare top
Allows you to compare the first value of the stack
Compare length
Allows you to compare the length of the stack