Skip to content

Bookmark details event

Tkael edited this page Nov 25, 2022 · 1 revision

Triggered when a bookmark has been added or updated.

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:

  • {event.bodyname} - The bookmarked body name, if applicable

  • {event.bodyshortname} - The bookmarked body short name, if applicable

  • {event.comment} - The bookmarked comment, if applicable

  • {event.isstation} - True if the point of interest is a station

  • {event.landable} - True if the body is 'landable'

  • {event.latitude} - The latitude on the surface of a landable body

  • {event.longitude} - The longitude on the surface of a landable body

  • {event.poi} - The bookmarked 'point of interest', if applicable

  • {event.request} - The bookmark request type (location, update, add, remove)

  • {event.systemname} - The bookmarked system name

To respond to this event in VoiceAttack, create a command entitled ((EDDI bookmark details)). VoiceAttack variables will be generated to allow you to access the event information.

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI bookmark details bodyname} - The bookmarked body name, if applicable

  • {TXT:EDDI bookmark details bodyshortname} - The bookmarked body short name, if applicable

  • {TXT:EDDI bookmark details comment} - The bookmarked comment, if applicable

  • {BOOL:EDDI bookmark details isstation} - True if the point of interest is a station

  • {BOOL:EDDI bookmark details landable} - True if the body is 'landable'

  • {DEC:EDDI bookmark details latitude} - The latitude on the surface of a landable body

  • {DEC:EDDI bookmark details longitude} - The longitude on the surface of a landable body

  • {TXT:EDDI bookmark details poi} - The bookmarked 'point of interest', if applicable

  • {TXT:EDDI bookmark details request} - The bookmark request type (location, update, add, remove)

  • {TXT:EDDI bookmark details systemname} - The bookmarked system name

For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.

Clone this wiki locally