WoW API: IsLinuxClient

From AddOn Studio
Revision as of 01:21, 4 July 2006 by WoWWiki>MentalPower (Changed the tag)
Jump to navigation Jump to search

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