Page 1 of 1

AS3 and exec

PostPosted: Sun Jun 23, 2019 3:46 pm
by Fabien
Hello,

How to access AS3 and exec (available in macroloops) from a plugin ?

Re: AS3 and exec

PostPosted: Sun Jun 23, 2019 3:49 pm
by Fabien
I found for AS3. It is and instance and correspond to UC in the plugin exemple.

Re: AS3 and exec

PostPosted: Sun Jun 23, 2019 7:40 pm
by dezsoe
You cannot access exec from plugins. You have only the UC.* functions. Some of them calls exec.* and some of them calls AS3/AS3jog.

Re: AS3 and exec

PostPosted: Sun Jun 23, 2019 11:46 pm
by Dan911
Fabien wrote:I found for AS3. It is and instance and correspond to UC in the plugin exemple.

UC. or whatever you name it corresponds to the plugin interface, the onscreen bool "corresponds" to AS3.

Re: AS3 and exec

PostPosted: Mon Jun 24, 2019 12:34 am
by Dan911
Dan911 wrote:
Fabien wrote:I found for AS3. It is and instance and correspond to UC in the plugin exemple.

UC. or whatever you name it corresponds to the plugin interface, the onscreen bool "corresponds" to AS3.


*****Edit*****
the isAS3 bool "corresponds" to AS3