api: add getOnVarTransmitListener to Widget

This commit is contained in:
Adam
2021-05-23 13:57:02 -04:00
parent b5375ae487
commit ed5d359320

View File

@@ -999,6 +999,13 @@ public interface Widget
*/
void setDragParent(Widget dragParent);
/**
* Gets the script and arguments to be ran when one of the listened for vars changes.
*
* @return
*/
Object[] getOnVarTransmitListener();
/**
* Sets a script to be ran when a varplayer changes
*