You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should handle calls like functions in the background.
For example, x.mute() should be x.mute = true as a property in the background. This will be useful to handle function calls in startup scripts for expander ESPs, since they now can be handled like properties do with #91
This is for all function calls, that could be properties.
The text was updated successfully, but these errors were encountered:
This should handle calls like functions in the background.
For example,
x.mute()
should bex.mute = true
as a property in the background. This will be useful to handle function calls in startup scripts for expander ESPs, since they now can be handled like properties do with #91This is for all function calls, that could be properties.
The text was updated successfully, but these errors were encountered: