Skip to content

Screenshot event

Richard Buckle edited this page Nov 9, 2018 · 10 revisions

Triggered when you take a screenshot. When using this event in the Speech responder the information about this event is available under the event object. The available variables are as follows

  • filename The name of the file where the screenshot has been saved

  • width The width in pixels of the screenshot

  • height The height in pixels of the screenshot

  • system The name of the system where the screenshot was taken

  • body The name of the nearest body to where the screenshot was taken

  • longitude The longitude where the screenshot was taken (if applicable)

  • latitude The latitude where the screenshot was taken (if applicable)

To respond to this event in VoiceAttack, create a command entitled ((EDDI screenshot)). The event information can be accessed using the following VoiceAttack variables

  • {TXT:EDDI screenshot body} The name of the nearest body to where the screenshot was taken
  • {TXT:EDDI screenshot filename} The name of the file where the screenshot has been saved
  • {INT:EDDI screenshot height} The height in pixels of the screenshot
  • {DEC:EDDI screenshot latitude} The latitude where the screenshot was taken (if applicable)
  • {DEC:EDDI screenshot longitude} The longitude where the screenshot was taken (if applicable)
  • {TXT:EDDI screenshot system} The name of the system where the screenshot was taken
  • {INT:EDDI screenshot width} The width in pixels of the screenshot
Clone this wiki locally