Info

Statistics

  • Download count550 total downloads
  • Latest download count 550 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

    Push {0}

    Push an element to the top of the stack

    Pop

    Pop the top element from the stack

    Clear

    Clears the stack

    Load

    Load the stack from JSON

  • Conditions

    Is empty

    Check if the stack is empty

    Compare count {0} {1}

    Compare a number with the count of the stack

    Compare top {0} {1}

    Compare a number with the top of the stack

  • Expressions

    Peek

    Returns the top element of the stack.

    Pop

    Returns the top element of the stack and deletes it.

    ToJSON

    Returns the stack in a JSON format

    Length

    Returns the length of the stack.