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
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,9 @@
135
135
136
136
--- Extended Ship API
137
137
--
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.
138
+
-- This section describes additional methods available in the Ship API for advanced manipulation of the Ship.
139
+
-- These methods may require special permissions or configurations to use.
140
+
-- 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.
139
141
-- @section extended_ship_api
140
142
141
143
--- Sets the Ship to be static or dynamic
@@ -229,7 +231,8 @@
229
231
230
232
--- Deprecated Methods
231
233
--
232
-
-- The following methods have been deprecated and are no longer available. Please refer to the updated Ship API documentation for alternative methods.
234
+
-- The following methods have been deprecated and are no longer available.
235
+
-- Please refer to the updated Ship API documentation for alternative methods.
0 commit comments