Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement


One line summary description of function. Template:Code/Begin isTrue, retVal1, retVal2 = func("arg1", arg2, ...) Template:Code/End


Parameters

Arguments

("arg1", arg2)
arg1
String - description
arg2
Table - description


Returns

isTrue, retVal1, retVal2
isTrue
Boolean - is it true
retVal1
String - is it true
retVal2
Number - is it true


Triggers Events

  • "WHO_LIST_UPDATE", when your query has finished processing on the server and new "Who" information is available


Example

local a, b, c = func("hi", {1,2,3} )

Result

a = "hi "
b = "hi hi"
c = "hi hi hi"


Details

Does something particularly detailed.
Advertisement