public void ExportTrack(Pilot pilot) { throw new System.NotImplementedException(); }
public void ExportWaypoints(Pilot pilot) { throw new System.NotImplementedException(); }
/* * Examples of target Reference names: * type Target: nnnnnn * type Launch: FLIGHTfff_PILOTppp_LAUNCH * type Landing: FLIGHTfff_PILOTppp_LANDING * type TaskTarget: FLIGHTfff_TASKttt_TARGET * type TaskMarker: FLIGHTfff_TASKttt_PILOTppp_MARKERiii * type PilotDeclaredGoal: FLIGHTfff_TASKttt_PILOTppp_PDGiii * (nnnnnn: link_name, fff: flight#, ttt: link_task#, ppp: pilot#, iii: link_instance) */ public Reference GetReference(Pilot pilot) { throw new System.NotImplementedException(); }