Skip to content

Commit fa150b8

Browse files
committed
OK, NOW this is it
1 parent 8699c77 commit fa150b8

File tree

1 file changed

+3
-13
lines changed
  • common/src/main/resources/data/computercraft/lua/rom/apis

1 file changed

+3
-13
lines changed

common/src/main/resources/data/computercraft/lua/rom/apis/ship.lua

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
--- Ship API
2-
--
3-
-- This API is added by CC: VS and allows CC: Tweaked computers to access information from Valkyrien Skies Ships.
4-
-- @module ship_api
1+
--- This API is added by CC: VS and allows CC: Tweaked computers to access information from Valkyrien Skies Ships.
2+
-- @module ship
53

64
--- Gets the Ship's ID
75
-- @function getId
@@ -102,14 +100,13 @@
102100
-- @function pullPhysicsTicks
103101
-- @treturn string The event name
104102
-- @treturn ... Physics ticks information
103+
-- @see physics_ticks_event_data
105104
-- @raise This method errors if there is no Ship associated with the computer
106105

107106
--- Physics Ticks Event Data
108107
--
109108
-- @section physics_ticks_event_data
110109

111-
--- This section describes the data returned by the physics ticks event.
112-
113110
--- Gets the Ship's buoyancy factor during the physics tick
114111
-- @function getBuoyancyFactor
115112
-- @treturn number The Ship's buoyancy factor
@@ -138,10 +135,6 @@
138135
--
139136
-- @section extended_ship_api
140137

141-
--- This section describes additional methods available in the Ship API for advanced manipulation of the Ship.
142-
-- These methods may require special permissions or configurations to use.
143-
-- As of CC: VS 0.5.0, these methods are merged into the main Ship API and are available on all computers with Ship access.
144-
145138
--- Sets the Ship to be static or dynamic
146139
-- @function setStatic
147140
-- @tparam boolean isStatic Whether the Ship should be static
@@ -235,9 +228,6 @@
235228
--
236229
-- @section deprecated
237230

238-
--- The following methods have been deprecated and are no longer available.
239-
-- Please refer to the updated Ship API documentation for alternative methods.
240-
241231
--- Gets the Ship's Euler Angles in ZYX order
242232
-- @function getEulerAnglesZYX
243233
-- @raise This method no longer exists! Please utilize the new quaternion API!

0 commit comments

Comments
 (0)