Info

  • License MIT License
  • Copyright Paul Jones. All rights reserved.

Statistics

  • Download count943 total downloads
  • Latest download count 943 downloads of latest version
  • Average download count1 downloads per day average

Owners

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

SwitchCase

  • Actions

    Break

    Used to bypass remaining case statements.

  • Conditions

    Switch {0}

    Variable to be evaluated.

    Case {0}

    Value to be evaluated against the switch variable.

    Case range {0} to {1}

    Range of values to be evaluated against the switch variable, inclusive.

    Case contains {0}

    String to search for in switch variable.

    Default

    Default case, if everything else fails.

    Case list {{0}}

    List of values to compare to switch variable.

    Case compare switch var {0} {1}

    Value to be evaluated against the switch variable, using a comparison operator.