summaryrefslogtreecommitdiff
path: root/ldoc-stubs/queue.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ldoc-stubs/queue.lua')
-rw-r--r--ldoc-stubs/queue.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/ldoc-stubs/queue.lua b/ldoc-stubs/queue.lua
index 83849624..2d6a2a29 100644
--- a/ldoc-stubs/queue.lua
+++ b/ldoc-stubs/queue.lua
@@ -19,4 +19,10 @@ queue.replay = types.Property
-- @see types.Property
queue.random = types.Property
+--- Moves forward in the play queue, looping back around to the beginning if repeat is on.
+function queue.next() end
+
+--- Moves backward in the play queue, looping back around to the end if repeat is on.
+function queue.previous() end
+
return queue