Hi,
Is there a way to trigger an event of a UI element by using CTRL++ ? Like triggering "buttonClicked" event from a CTRL script, or from another event of the object?
Is triggerEvent() function proper for this solution?
Triggering events of UI objects with CTRL++
- kilianvp
- Posts:443
- Joined: Fri Jan 16, 2015 10:29 am
Re: Triggering events of UI objects with CTRL++
you can't trigger events like "Clicked"/"DoubleClicked" from CTRL.
But you can put your button logic in a libary and call the function.
Best regards.
But you can put your button logic in a libary and call the function.
Best regards.