Notify() |
Executes the actions on the buttons action list. Syntax Notify()
You can use this action to simulate a button press from elsewhere (script or menu): MyButton.Set() MyButton.Notify() MyButton.Unset()
Exposed by •Buttons
|