Navigation menu

WoW:API select: Difference between revisions

Jump to navigation Jump to search
13 bytes removed ,  28 September 2008
m
no edit summary
No edit summary
mNo edit summary
Line 1: Line 1:
{{tocright}}
Used to traverse a list. This function is usually used to capture the arguments passed to an ellipsis (...). The official usage of this function is to return a list (retN) starting from index to the end of the list (list).
Used to traverse a list. This function is usually used to capture the arguments passed to an ellipsis (...). The official usage of this function is to return a list (retN) starting from index to the end of the list (list).
  local ret1, ret2, retN = select(index, list)
  local ret1, ret2, retN = select(index, list)
Anonymous user