Discussion API entry for entering a system

How do module like Voice Attack determine when a player has entered the next instance after the FSJump event? Is there a follow up event that I missed on the API document?
 
An application needs to read the Elite Dangerous journal to see in game events. Voice attack itself does not do this, but the latest HCS voicepacks come with a plugin that reads the journal.
 
That's what I'm referring to. The FSDJump event from the journal. I would like to know what to look for in the journal to indicate that the Jump is complete. I noticed with the HCS voicepacks, when you implement a discovery jump, the ship with automatically begin scanning the system as soon as you exit the jump, so I figure there is something in the journal to indicate that this has completed. I am just at a loss to determine what that is.
 
The jumped journal event is what signals that a jump is complete. It is this event that the voicepack keys off of to start the discovery scan.
 
Back
Top Bottom