IgniteEngine-iOS icon indicating copy to clipboard operation
IgniteEngine-iOS copied to clipboard

Create a new action (alias of Modify) called "Set"

Open brandonscript opened this issue 10 years ago • 0 comments

When setting variables (like session) should be able to do something like:

{
    "_type": "Set",
    "set": {
        "$session.property": "bob",
    },
    "on": "touchUp"
}

brandonscript avatar Nov 17 '15 19:11 brandonscript