-
Notifications
You must be signed in to change notification settings - Fork 31
Screenshot event
Cmdr McDonald edited this page Apr 11, 2017
·
3 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
When using this event in VoiceAttack the information about this event is available as follows
-
{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 -
{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