WoW:API IsLinuxClient

Revision as of 21:47, 23 May 2006 by WoWWiki>Mikk

This is a boolean function which returns true if World of Warcraft is being run on Linux.

eg

if IsLinuxClient() then
   s = "./myfile.xml"
else
   s = "myfile.xml"
end

Template:WoW API