Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement






Summary description.

ret1, ret2, ret3 = {{subst:Help:API Function articles/Preload/Name}}(arg1, arg2 [, arg3])

Arguments[]

arg1
string - description.
arg2
number - description.
arg3
boolean? - description.

Returns[]

ret1
boolean - description.
ret2
string - description.
ret3
number[] - description.

Details[]

Example[]

The following snippet does something.

local a = 10
if a < 20 then
	print("Hello")
end

Patch changes[]

Advertisement