Skip to content

Commit f163bc2

Browse files
committed
Halp
1 parent a0beb3f commit f163bc2

File tree

1 file changed

+5
-2
lines changed
  • common/src/main/resources/data/computercraft/lua/rom/apis

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@
135135

136136
--- Extended Ship API
137137
--
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.
139141
-- @section extended_ship_api
140142

141143
--- Sets the Ship to be static or dynamic
@@ -229,7 +231,8 @@
229231

230232
--- Deprecated Methods
231233
--
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.
233236
-- @section deprecated
234237

235238
--- Gets the Ship's Euler Angles in ZYX order

0 commit comments

Comments
 (0)