|  Developer
Updated on November 24, 2021

hub.expression.changed

  • Broadcast when there is a modification to an expression that is registered with the scene engine.
Edit
Field Type Required Description
name string + The label of the expression that has changed.
code string + The updated Lua code run by the expression.
Edit
				
					{
    "id": "ui_broadcast",
    "msg_subclass": "hub.expression.changed",
    "result": {
        "name": "expressionName",
        "code": "... code of an expression ..."
    }
}