Info

Statistics

  • Download count406 total downloads
  • Latest download count 230 downloads of latest version
  • Average download count1 downloads per day average

Owners

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

  • Actions

    {my} {0}

    Notifies of the occurrence of the given event.

    {my} {0} after {1} seconds

    Notifies of the occurrence of the given event after the given amount of time.

    {my} ignore {0} for {1} seconds

    Ignore all notifications of a given event for a given amount of time.

    {my} Observing {0} every {1} seconds, Ignore Deferred: {2}

    Observes the given instance variable.

    {my} Observing {0} every {1} seconds, Ignore Deferred: {2}

    Observes the given boolean instance variable.

    {my} Stopped Observing {0}.

    Stops observing the given instance variable.

  • Conditions

    On {my} {0}

    Happens when this instance is notified of the specified event.

    On {my} {0} Changed

    Triggered when the given instance variable gets changed, this only happens if you previously started to observe the variable with the 'Observe' action.

    On {my} {0} Changed

    Triggered when the given boolean instance variable gets changed, this only happens if you previously started to observe the variable with the 'Observe' action.