fix lua api docs for GetKnob()

This commit is contained in:
Hersi 2022-04-12 23:35:18 +02:00
parent 776fd6035b
commit 509dd46e37
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ GetButton = function(button) end
-- Gets the absolute rotation of the specified knob -- Gets the absolute rotation of the specified knob
---@param knob integer # `0 = left`, `1 = right` ---@param knob integer # `0 = left`, `1 = right`
---@return number angle # in radians, `0.0` to `2*pi` ---@return number angle # in radians, `-2*pi` to `0` (turning CCW) and `0` to `2*pi` (turning CW)
GetKnob = function(knob) end GetKnob = function(knob) end
-- Gets the color of the specified laser -- Gets the color of the specified laser