You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/src/main/resources/data/computercraft/lua/rom/apis/ship.lua
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -135,9 +135,7 @@
135
135
136
136
--- Extended Ship API
137
137
--
138
-
-- This section contains extended functions for the Ship API that provide additional functionality
139
-
-- beyond the basic Ship operations.
140
-
-- As of CC: VS 0.5.0, these functions have been rolled into the main Ship API for better usability.
138
+
-- This section contains extended functions for the Ship API that provide additional functionality beyond the basic Ship operations. As of CC: VS 0.5.0, these functions have been rolled into the main Ship API for better usability.
141
139
-- @section extended_ship_api
142
140
143
141
--- Sets the Ship to be static or dynamic
@@ -231,8 +229,7 @@
231
229
232
230
--- Deprecated Methods
233
231
--
234
-
-- The following methods have been deprecated and are no longer available.
235
-
-- Please refer to the updated Ship API documentation for alternative methods.
232
+
-- The following methods have been deprecated and are no longer available. Please refer to the updated Ship API documentation for alternative methods.
0 commit comments