Plumb queue next+previous through to Lua, incl. with stubs and docs.
This commit is contained in:
committed by
Robin Howard
parent
9b63f14cb8
commit
3f1fadbeef
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user