Author Topic: VoiceAttack API  (Read 3987 times)

Exergist

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 405
  • Ride the lightning
VoiceAttack API
« on: April 19, 2018, 10:57:11 AM »
This is an odd question, but is there a proper API so other applications can trigger VA commands or perform other in-process communications without resorting to voice, key, or mouse triggers?

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: VoiceAttack API
« Reply #1 on: April 19, 2018, 11:35:21 AM »
Anything you can do with an inline function, like triggering commands and modifying variables, can be done by a plugin, so if you write a plugin that communicates with another process it can run in the background and handle that for you.

While a plugin can be triggered by an explicit "Execute an External Plugin Function" action, you can just as easily have something running as soon as the plugin loads(which would normally be when VoiceAttack starts, barring explicit disabling of your or all plugins).