fix lua api docs for GetKnob()
This commit is contained in:
parent
776fd6035b
commit
509dd46e37
|
@ -7,7 +7,7 @@ GetButton = function(button) end
|
|||
|
||||
-- Gets the absolute rotation of the specified knob
|
||||
---@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
|
||||
|
||||
-- Gets the color of the specified laser
|
||||
|
|
Loading…
Reference in New Issue