WoW API: IsLinuxClient

Revision as of 01:21, 4 July 2006 by WoWWiki>MentalPower (Changed the tag)

WoW API < IsLinuxClient

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