Wowpedia

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

READ MORE

Wowpedia
Advertisement
Title -Documentation by Author-

One line summary description of function.

isTrue, retVal1, retVal2 = func("arg1", arg2, ...)

Parameters

Arguments

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

Returns

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

Example

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

Result

hi 
hi hi
hi hi hi

Details

Does something particularly detailed

Template:WoW API

Advertisement