Skip to content

Near bookmark event

Tkael edited this page Nov 25, 2022 · 1 revision

Triggered when entering or departing the nearby radius of a bookmark.

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.near} - A boolean value. True if you are entering the nearby radius of the bookmark and and false if you are leaving

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

  • {event.systemname} - The bookmarked system name

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

The following VoiceAttack variables are available for this event:

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

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

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

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

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

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

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

  • {BOOL:EDDI near bookmark near} - A boolean value. True if you are entering the nearby radius of the bookmark and and false if you are leaving

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

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

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

Clone this wiki locally