Skip to content

Other Data

Gregory "Mad Pink" Miller edited this page Oct 2, 2019 · 2 revisions

Other Data Properties

Here are some other properties that generate or are generated.

controlOutput

  • Lists any output from controls. For example, lists values of all sliders.

sendMessage

  • Allow messages to be posted

*** userAction

  • If set to true, the userAction message will be posted with user interaction.

inputData

Text based data which will be parsed into myData. This will completely overwrite myData, so make sure to include all data.

The format is:

`controlNumber;;property;;values

Examples 1;;label;;This is control one 1;;value;;20 2;;label;;This is control two `