WoW:API IsLinuxClient

Revision as of 02:00, 6 May 2006 by WoWWiki>Spliner (Boolean: Returns True if running on Linux)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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