| Analysis Functions | |
| Flight Analysis Specific Function Name | |
| Recorder Specific Function Name |
| Flight Analysis Specific Function Name | |
GenerateFlightAnalysisDiagrams()Used to generate diagrams as shown in the flight analysis UI which can be used,for example, to examine ILS landing performance. |
| Recorder Specific Function Name | |
PlaybackRecording(szFileName as String, bookmarkIndex as Integer, endTimeInSeconds as Double, bDisplayPlaybackCompleteDialog as Boolean)Used to playback a specified recording from a specified start time to a specified end time. | |
PlaybackRecordingW(szFileName as String, bookmarkIndex as Integer, endTimeInSeconds as Double, bDisplayPlaybackCompleteDialog as Boolean) Used to playback a specified recording from a specified start time to a specified end time. This version of the function supports unicode file paths. | |
StartRecorder()Used to trigger the Prepar3D Recorder to start recording. | |
StopRecorderAndSaveRecording(szTitle as String, szDescription as String, bPromptUser as boolean)Used to trigger the Prepar3D Recorder to stop recording and either prompt the user or save the recording with a specified file name. | |
RequestRecordingInfo(RequestID as [Enum], szFileName as String)Used to request information on a recording. | |
RequestRecordingInfoW(RequestID as [Enum], szFileName as String) Used to request information on a recording. This version of the function supports unicode file paths. | |
RequestBookmarkInfo(RequestID as [Enum], szFileName as String, bookmarkIndex as Integer)Used to request bookmark information on a recording. | |
RequestBookmarkInfoW(RequestID as [Enum], szFileName as String, bookmarkIndex as Integer)Used to request bookmark information on a recording. This version of the function supports unicode file paths. |