sources([first[, last]])
Was this helpful?
This is an iterator function over value sources.
for sourceIndex, sourceName in sources() do ...
will iterate over all available value sources.
first: the first source index. If nil or omitted, the first available source is used.
last: the last soure index. If nil or omitted, the last available source is used.
current Introduced in 2.6
Was this helpful?
Was this helpful?