Skip to content

Commit fd041d3

Browse files
committed
Formatting test 3
1 parent 725fedf commit fd041d3

File tree

1 file changed

+7
-4
lines changed
  • common/src/main/resources/data/computercraft/lua/rom/apis

1 file changed

+7
-4
lines changed

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

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

47
--- Gets the Ship's ID
@@ -133,12 +136,12 @@
133136

134137
--- Extended Ship API
135138
--
136-
-- @section extended_ship_api
137-
--
138139
-- This section contains extended functions for the Ship API that provide additional functionality
139140
-- beyond the basic Ship operations.
140141
--
141142
-- As of CC: VS 0.5.0, these functions have been rolled into the main Ship API for better usability.
143+
--
144+
-- @section extended_ship_api
142145

143146
--- Sets the Ship to be static or dynamic
144147
-- @function setStatic
@@ -231,10 +234,10 @@
231234

232235
--- Deprecated Methods
233236
--
234-
-- @section deprecated
235-
--
236237
-- The following methods have been deprecated and are no longer available.
237238
-- Please refer to the updated Ship API documentation for alternative methods.
239+
--
240+
-- @section deprecated
238241

239242
--- Gets the Ship's Euler Angles in ZYX order
240243
-- @function getEulerAnglesZYX

0 commit comments

Comments
 (0)