Help:API Function articles/Preload

From Warcraft Wiki
Jump to navigation Jump to search

Summary description.

ret1, ret2, ret3 = Function_articles/Preload(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