We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853894c commit 3b6ac56Copy full SHA for 3b6ac56
common/src/main/resources/data/computercraft/lua/rom/apis/ship.lua
@@ -100,7 +100,7 @@
100
-- @function pullPhysicsTicks
101
-- @treturn string The event name
102
-- @treturn ... Physics ticks information
103
--- @see Physics Ticks Event Data
+-- @see PhysicsTicksEventData
104
-- @raise This method errors if there is no Ship associated with the computer
105
106
--- Extended Ship API
@@ -234,7 +234,7 @@
234
235
--- Physics Ticks Event Data
236
--
237
--- @type Physics Ticks Event Data
+-- @type PhysicsTicksEventData
238
239
--- Gets the Ship's buoyancy factor during the physics tick
240
-- @function getBuoyancyFactor
0 commit comments