File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
common/src/main/resources/data/computercraft/lua/rom/apis Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments