Exemple #1
0
        /// <summary>
        ///     Add a waypoint
        /// </summary>
        /// <param name="clearOtherWaypoints"></param>
        /// <param name="firstWaypoint"></param>
        /// <returns></returns>
        public bool AddWaypoint(bool clearOtherWaypoints, bool firstWaypoint)
        {
            if (SolarSystemId == null)
            {
                return(false);
            }

            return(DirectEve.ThreadedLocalSvcCall("starmap", "SetWaypoint", LocationId, clearOtherWaypoints, firstWaypoint));
        }