@@ -88,9 +88,6 @@ Vessels are also :ref:`Orbitable<orbitable>`, and as such have all the associate
8888 :attr: `CONNECTION ` :struct: `Connection ` Returns your connection to this vessel
8989 :attr: `MESSAGES ` :struct: `MessageQueue ` This vessel's message queue
9090 :attr: `DELTAV ` :struct: `Scalar ` (m/s) The total delta-v of this vessel in its current situation
91- :attr: `DELTAVASL ` :struct: `Scalar ` (m/s) The total delta-v of this vessel if it were at sea level
92- :attr: `DELTAVVACUUM ` :struct: `Scalar ` (m/s) The total delta-v of this vessel if it were in a vacuum
93- :attr: `BURNTIME ` :struct: `Scalar ` (s) The total burn time of this vessel (or 5 if the vessel has 0 delta/v).
9491 ======================================== =============================== =============
9592
9693.. note ::
@@ -661,30 +658,6 @@ Vessels are also :ref:`Orbitable<orbitable>`, and as such have all the associate
661658 calculations the KSP game shows in the staging list. Note that this is only
662659 as accurate as the stock KSP game's numbers are.
663660
664- .. attribute :: Vessel:DELTAVASL
665-
666- :return: :struct: `Scalar `
667-
668- The total delta-v of this vessel if it were at sea level, using the stock
669- calculations the KSP game shows in the staging list. Note that this is only
670- as accurate as the stock KSP game's numbers are.
671-
672- .. attribute :: Vessel:DELTAVVACUUM
673-
674- :return: :struct: `Scalar `
675-
676- The total delta-v of this vessel if it were at sea vacuum, using the stock
677- calculations the KSP game shows in the staging list. Note that this is only
678- as accurate as the stock KSP game's numbers are.
679-
680- .. attribute :: Vessel:BURNTIME
681-
682- :return: :struct: `Scalar `
683-
684- The total burn time, in seconds, of this vessel (or 5 if the vessel has 0 delta/v). Burn time is not affected by atmosphere. This is using the stock
685- calculations the KSP game shows in the staging list. Note that this is only
686- as accurate as the stock KSP game's numbers are.
687-
688661
689662Deprecated Suffix
690663-----------------
0 commit comments